Html Css Color HEX #F24D7C Dark Pink

📋 copy color: '#F24D7C'

red 242 ◦ green 77 ◦ blue 124

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

Shades of Dark Pink #F24D7C

Tints of Dark Pink #F24D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 54.63%
G = 17.38%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F24D7C (or 0xF24D7C) is known color: Dark Pink. HEX triplet: F2, 4D and 7C. RGB value is (242,77,124). Sum of RGB (Red+Green+Blue) = 242+77+124=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D7C is #0DB283. Grayscale: #838383. Windows color (decimal): -897668 or 8146418. OLE color: 8146418.

HSL color Cylindrical-coordinate representation of color #F24D7C: hue angle of 342.91º 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 #F24D7C is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 77 124 -
CMYK 0 0.68 0.49 0.05
HSL 342.91º 0.86% 0.63% -
HSV(B) 342.91º 0.68% 0.95% -
XYZ 42.91 25.64 21.76 -
YUV 131.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 242 77 124 0 0.68 0.49 0.05 342.91 0.86 0.63
Hex F2 4D 7C 0 44 31 5 157 56 3F
Octal 362 115 174 0 104 61 5 527 126 77
Binary 11110010 1001101 1111100 0 1000100 110001 101 101010111 1010110 111111

Color Harmonies of #F24D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D7C

Black with #F24D7C

Text Example


Text Example

White with #F24D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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