#FF3F9F

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

Shades of Wild Strawberry #FF3F9F

Tints of Wild Strawberry #FF3F9F

Color information

#FF3F9F (or 0xFF3F9F) is unknown color: approx Wild Strawberry. HEX triplet: FF, 3F and 9F. RGB value is (255,63,159). Sum of RGB (Red+Green+Blue) = 255+63+159=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3F9F is #00C060. Grayscale: #838383. Windows color (decimal): -49249 or 10436607. OLE color: 10436607.

HSL color Cylindrical-coordinate representation of color #FF3F9F: hue angle of 330º 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 #FF3F9F is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB25563159-
CMYK00.750.380
HSL330º100%62.35%-
HSV(B)330º75.29%100%-
XYZ49.2827.3235.48-
YUV131.35143.61216.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 63 (25% from 255) = 13.21%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=53.46%
G=13.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556315900.750.38033010062.35
HexFF3F9F04B26014a643e
Octal37777237011346051214476
Binary11111111111111100111110100101110011001010010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3F9F; }

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

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

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

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

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

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

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

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