#F24BF2

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

Shades of Pink Flamingo #F24BF2

Tints of Pink Flamingo #F24BF2

Color information

#F24BF2 (or 0xF24BF2) is unknown color: approx Pink Flamingo. HEX triplet: F2, 4B and F2. RGB value is (242,75,242). Sum of RGB (Red+Green+Blue) = 242+75+242=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 75 (29.69% from 255 or 13.42% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F24BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24BF2 is #0DB40D. Grayscale: #8F8F8F. Windows color (decimal): -898062 or 15879154. OLE color: 15879154.

HSL color Cylindrical-coordinate representation of color #F24BF2: hue angle of 300º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24BF2 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24275242-
CMYK00.6900.05
HSL300º86.53%62.16%-
HSV(B)300º69.01%94.9%-
XYZ55.1630.3286.95-
YUV143.97183.33197.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 75 (29.69% from 255) = 13.42%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=43.29%
G=13.42%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427524200.6900.0530086.5362.16
HexF24BF20450512c573e
Octal36211336201050545412776
Binary111100101001011111100100100010101011001011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24BF2; }

 p { color: rgb(242,75,242); }

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

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

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

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

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

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

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