#FF3F9D

Color #FF3F9D Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FF3F9D

Tints of Wild Strawberry #FF3F9D

Color information

#FF3F9D (or 0xFF3F9D) is unknown color: approx Wild Strawberry. HEX triplet: FF, 3F and 9D. RGB value is (255,63,157). Sum of RGB (Red+Green+Blue) = 255+63+157=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F9D is #00C062. Grayscale: #828282. Windows color (decimal): -49251 or 10305535. OLE color: 10305535.

HSL color Cylindrical-coordinate representation of color #FF3F9D: hue angle of 330.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F9D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB25563157-
CMYK00.750.380
HSL330.62º100%62.35%-
HSV(B)330.62º75.29%100%-
XYZ49.127.2534.57-
YUV131.12142.61216.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 63 (25% from 255) = 13.26%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=53.68%
G=13.26%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556315700.750.380330.6210062.35
HexFF3F9D04B26014b643e
Octal37777235011346051314476
Binary11111111111111100111010100101110011001010010111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3F9D; }

 p { color: rgb(255,63,157); }

 H1.HeaderClassName
 {
   color: #FF3F9D;
 }
 .AnyTagClassName
 {
   color: #FF3F9D;
 }
</style>
background-color css

<style>
 a { background-color: #FF3F9D; }

 a { background-color: rgb(255,63,157); }

 div.DivClassName
 {
   background-color: #FF3F9D;
 }
 .BgClassName
 {
   background-color: #FF3F9D;
 }
</style>
border-color css

<style>
 span { border-color: #FF3F9D; }

 span { border-color: rgb(255,63,157); }

 td.TdClassName
 {
   border-color: #FF3F9D;
 }
 .TagClassName
 {
   border-color: #FF3F9D;
 }
</style>