Html Css Color HEX #F24CF5 Pink Flamingo

📋 copy color: '#F24CF5'

red 242 ◦ green 76 ◦ blue 245

#F24CF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F24CF5

Tints of Pink Flamingo #F24CF5

RGB

 RED value IS 242 (94.92% from 255) = 42.98%

 GREEN value IS 76 (30.08% from 255) = 13.5%

 BLUE value IS 245 (96.09% from 255) = 43.52%

R = 42.98%
G = 13.5%
B = 43.52%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F24CF5 (or 0xF24CF5) is known color: Pink Flamingo. HEX triplet: F2, 4C and F5. RGB value is (242,76,245). Sum of RGB (Red+Green+Blue) = 242+76+245=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 76 (30.08% from 255 or 13.50% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #F24CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CF5 is #0DB30A. Grayscale: #909090. Windows color (decimal): -897803 or 16076018. OLE color: 16076018.

HSL color Cylindrical-coordinate representation of color #F24CF5: hue angle of 298.93º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24CF5 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 76 245 -
CMYK 0.01 0.69 0 0.04
HSL 298.93º 0.89% 0.63% -
HSV(B) 298.93º 0.69% 0.96% -
XYZ 55.68 30.64 89.37 -
YUV 144.9 184.5 197.26 -
System Red Green Blue C M Y K H S L
Decimal 242 76 245 0.01 0.69 0 0.04 298.93 0.89 0.63
Hex F2 4C F5 1 45 0 4 12B 59 3F
Octal 362 114 365 1 105 0 4 453 131 77
Binary 11110010 1001100 11110101 1 1000101 0 100 100101011 1011001 111111

Color Harmonies of #F24CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24CF5

Black with #F24CF5

Text Example


Text Example

White with #F24CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24CF5; }

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

 H1.HeaderClassName
 {
   color: #F24CF5;
 }
 .AnyTagClassName
 {
   color: #F24CF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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