#F24CFB

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

Shades of Pink Flamingo #F24CFB

Tints of Pink Flamingo #F24CFB

Color information

#F24CFB (or 0xF24CFB) is unknown color: approx Pink Flamingo. HEX triplet: F2, 4C and FB. RGB value is (242,76,251). Sum of RGB (Red+Green+Blue) = 242+76+251=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 76 (30.08% from 255 or 13.36% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #F24CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CFB is #0DB304. Grayscale: #919191. Windows color (decimal): -897797 or 16469234. OLE color: 16469234.

HSL color Cylindrical-coordinate representation of color #F24CFB: hue angle of 296.91º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24CFB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24276251-
CMYK0.040.7000.02
HSL296.91º95.63%64.12%-
HSV(B)296.91º69.72%98.43%-
XYZ56.6131.0194.27-
YUV145.58187.5196.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 76 (30.08% from 255) = 13.36%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=42.53%
G=13.36%
B=44.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242762510.040.7000.02296.9195.6364.12
HexF24CFB446021296040
Octal362114373410602451140100
Binary11110010100110011111011100100011001010010100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CFB; }

 p { color: rgb(242,76,251); }

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

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

 a { background-color: rgb(242,76,251); }

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

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

 span { border-color: rgb(242,76,251); }

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