Html Css Color HEX #F24E7D Dark Pink

📋 copy color: '#F24E7D'

red 242 ◦ green 78 ◦ blue 125

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

Shades of Dark Pink #F24E7D

Tints of Dark Pink #F24E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.53%

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

R = 54.38%
G = 17.53%
B = 28.09%

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

#F24E7D (or 0xF24E7D) is known color: Dark Pink. HEX triplet: F2, 4E and 7D. RGB value is (242,78,125). Sum of RGB (Red+Green+Blue) = 242+78+125=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E7D is #0DB182. Grayscale: #848484. Windows color (decimal): -897411 or 8212210. OLE color: 8212210.

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

Color convert

RGB 242 78 125 -
CMYK 0 0.68 0.48 0.05
HSL 342.8º 0.86% 0.63% -
HSV(B) 342.8º 0.68% 0.95% -
XYZ 43.04 25.81 22.11 -
YUV 132.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 242 78 125 0 0.68 0.48 0.05 342.8 0.86 0.63
Hex F2 4E 7D 0 44 30 5 157 56 3F
Octal 362 116 175 0 104 60 5 527 126 77
Binary 11110010 1001110 1111101 0 1000100 110000 101 101010111 1010110 111111

Color Harmonies of #F24E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E7D

Black with #F24E7D

Text Example


Text Example

White with #F24E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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