#F24CFE

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

Shades of Pink Flamingo #F24CFE

Tints of Pink Flamingo #F24CFE

Color information

#F24CFE (or 0xF24CFE) is unknown color: approx Pink Flamingo. HEX triplet: F2, 4C and FE. RGB value is (242,76,254). Sum of RGB (Red+Green+Blue) = 242+76+254=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #F24CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CFE is #0DB301. Grayscale: #919191. Windows color (decimal): -897794 or 16665842. OLE color: 16665842.

HSL color Cylindrical-coordinate representation of color #F24CFE: hue angle of 295.96º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24CFE is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24276254-
CMYK0.050.7000.00
HSL295.96º98.89%64.71%-
HSV(B)295.96º70.08%99.61%-
XYZ57.0931.296.78-
YUV145.93189196.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.31%
GREEN value IS 76 (30.08% from 255) = 13.29%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=42.31%
G=13.29%
B=44.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal242762540.050.7000.00295.9698.8964.71
HexF24CFE546001286341
Octal362114376510600450143101
Binary1111001010011001111111010110001100010010100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24CFE; }

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

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

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

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

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

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

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

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