Html Css Color HEX #F24F80 Dark Pink

📋 copy color: '#F24F80'

red 242 ◦ green 79 ◦ blue 128

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

Shades of Dark Pink #F24F80

Tints of Dark Pink #F24F80

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 53.9%
G = 17.59%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F24F80 (or 0xF24F80) is known color: Dark Pink. HEX triplet: F2, 4F and 80. RGB value is (242,79,128). Sum of RGB (Red+Green+Blue) = 242+79+128=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F24F80 is #0DB07F. Grayscale: #858585. Windows color (decimal): -897152 or 8409074. OLE color: 8409074.

HSL color Cylindrical-coordinate representation of color #F24F80: hue angle of 341.96º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24F80 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 79 128 -
CMYK 0 0.67 0.47 0.05
HSL 341.96º 0.86% 0.63% -
HSV(B) 341.96º 0.67% 0.95% -
XYZ 43.31 26.03 23.16 -
YUV 133.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 242 79 128 0 0.67 0.47 0.05 341.96 0.86 0.63
Hex F2 4F 80 0 43 2F 5 156 56 3F
Octal 362 117 200 0 103 57 5 526 126 77
Binary 11110010 1001111 10000000 0 1000011 101111 101 101010110 1010110 111111

Color Harmonies of #F24F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24F80

Black with #F24F80

Text Example


Text Example

White with #F24F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24F80; }

 p { color: rgb(242,79,128); }

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

background-color css

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

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

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

border-color css

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

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

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