Html Css Color HEX #F24D79 Dark Pink

📋 copy color: '#F24D79'

red 242 ◦ green 77 ◦ blue 121

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

Shades of Dark Pink #F24D79

Tints of Dark Pink #F24D79

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 55%
G = 17.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F24D79 (or 0xF24D79) is known color: Dark Pink. HEX triplet: F2, 4D and 79. RGB value is (242,77,121). Sum of RGB (Red+Green+Blue) = 242+77+121=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D79 is #0DB286. Grayscale: #838383. Windows color (decimal): -897671 or 7949810. OLE color: 7949810.

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

Color convert

RGB 242 77 121 -
CMYK 0 0.68 0.50 0.05
HSL 344º 0.86% 0.63% -
HSV(B) 344º 0.68% 0.95% -
XYZ 42.72 25.57 20.77 -
YUV 131.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 242 77 121 0 0.68 0.50 0.05 344 0.86 0.63
Hex F2 4D 79 0 44 32 5 158 56 3F
Octal 362 115 171 0 104 62 5 530 126 77
Binary 11110010 1001101 1111001 0 1000100 110010 101 101011000 1010110 111111

Color Harmonies of #F24D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D79

Black with #F24D79

Text Example


Text Example

White with #F24D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D79; }

 p { color: rgb(242,77,121); }

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

background-color css

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

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

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

border-color css

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

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

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