#FB42F9

Color #FB42F9 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FB42F9

Tints of Pink Flamingo #FB42F9

Color information

#FB42F9 (or 0xFB42F9) is unknown color: approx Pink Flamingo. HEX triplet: FB, 42 and F9. RGB value is (251,66,249). Sum of RGB (Red+Green+Blue) = 251+66+249=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 66 (26.17% from 255 or 11.66% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB42F9 is #04BD06. Grayscale: #8D8D8D. Windows color (decimal): -310535 or 16335611. OLE color: 16335611.

HSL color Cylindrical-coordinate representation of color #FB42F9: hue angle of 300.65º 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 #FB42F9 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB25166249-
CMYK00.740.010.02
HSL300.65º95.85%62.16%-
HSV(B)300.65º73.71%98.43%-
XYZ58.8331.2592.55-
YUV142.18188.29205.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 66 (26.17% from 255) = 11.66%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=44.35%
G=11.66%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516624900.740.010.02300.6595.8562.16
HexFB42F904A1212d603e
Octal37310237101121245514076
Binary11111011100001011111001010010101101001011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42F9; }

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

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

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

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

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

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

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

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