Html Css Color HEX #F24D7D Dark Pink

📋 copy color: '#F24D7D'

red 242 ◦ green 77 ◦ blue 125

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

Shades of Dark Pink #F24D7D

Tints of Dark Pink #F24D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 54.5%
G = 17.34%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F24D7D (or 0xF24D7D) is known color: Dark Pink. HEX triplet: F2, 4D and 7D. RGB value is (242,77,125). Sum of RGB (Red+Green+Blue) = 242+77+125=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D7D is #0DB282. Grayscale: #838383. Windows color (decimal): -897667 or 8211954. OLE color: 8211954.

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

Color convert

RGB 242 77 125 -
CMYK 0 0.68 0.48 0.05
HSL 342.55º 0.86% 0.63% -
HSV(B) 342.55º 0.68% 0.95% -
XYZ 42.97 25.67 22.09 -
YUV 131.81 124.16 206.6 -
System Red Green Blue C M Y K H S L
Decimal 242 77 125 0 0.68 0.48 0.05 342.55 0.86 0.63
Hex F2 4D 7D 0 44 30 5 157 56 3F
Octal 362 115 175 0 104 60 5 527 126 77
Binary 11110010 1001101 1111101 0 1000100 110000 101 101010111 1010110 111111

Color Harmonies of #F24D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D7D

Black with #F24D7D

Text Example


Text Example

White with #F24D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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