#FB42FA

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

Shades of Pink Flamingo #FB42FA

Tints of Pink Flamingo #FB42FA

Color information

#FB42FA (or 0xFB42FA) is unknown color: approx Pink Flamingo. HEX triplet: FB, 42 and FA. RGB value is (251,66,250). Sum of RGB (Red+Green+Blue) = 251+66+250=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 66 (26.17% from 255 or 11.64% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB42FA is #04BD05. Grayscale: #8D8D8D. Windows color (decimal): -310534 or 16401147. OLE color: 16401147.

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

Color convert

RGB25166250-
CMYK00.740.000.02
HSL300.32º95.85%62.16%-
HSV(B)300.32º73.71%98.43%-
XYZ58.9931.3193.38-
YUV142.29188.79205.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 66 (26.17% from 255) = 11.64%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=44.27%
G=11.64%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516625000.740.000.02300.3295.8562.16
HexFB42FA04A0212c603e
Octal37310237201120245414076
Binary11111011100001011111010010010100101001011001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB42FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB42FA; }

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

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

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

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

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

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

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

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