#FB42F4

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

Shades of Pink Flamingo #FB42F4

Tints of Pink Flamingo #FB42F4

Color information

#FB42F4 (or 0xFB42F4) is unknown color: approx Pink Flamingo. HEX triplet: FB, 42 and F4. RGB value is (251,66,244). Sum of RGB (Red+Green+Blue) = 251+66+244=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 66 (26.17% from 255 or 11.76% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB42F4 is #04BD0B. Grayscale: #8D8D8D. Windows color (decimal): -310540 or 16007931. OLE color: 16007931.

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

Color convert

RGB25166244-
CMYK00.740.030.02
HSL302.27º95.85%62.16%-
HSV(B)302.27º73.71%98.43%-
XYZ58.0630.9488.5-
YUV141.61185.79206.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 66 (26.17% from 255) = 11.76%
BLUE value IS 244 (95.70% from 255) = 43.49%
R=44.74%
G=11.76%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516624400.740.030.02302.2795.8562.16
HexFB42F404A3212e603e
Octal37310236401123245614076
Binary111110111000010111101000100101011101001011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42F4; }

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

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

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

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

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

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

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

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