#FB429F

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

Shades of Wild Strawberry #FB429F

Tints of Wild Strawberry #FB429F

Color information

#FB429F (or 0xFB429F) is unknown color: approx Wild Strawberry. HEX triplet: FB, 42 and 9F. RGB value is (251,66,159). Sum of RGB (Red+Green+Blue) = 251+66+159=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB429F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB429F is #04BD60. Grayscale: #838383. Windows color (decimal): -310625 or 10437371. OLE color: 10437371.

HSL color Cylindrical-coordinate representation of color #FB429F: hue angle of 329.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB429F is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB25166159-
CMYK00.740.370.02
HSL329.84º95.85%62.16%-
HSV(B)329.84º73.71%98.43%-
XYZ47.9926.9135.47-
YUV131.92143.29212.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 66 (26.17% from 255) = 13.87%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=52.73%
G=13.87%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516615900.740.370.02329.8495.8562.16
HexFB429F04A25214a603e
Octal373102237011245251214076
Binary1111101110000101001111101001010100101101010010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB429F; }

 p { color: rgb(251,66,159); }

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

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

 a { background-color: rgb(251,66,159); }

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

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

 span { border-color: rgb(251,66,159); }

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