Html Css Color HEX #F24D75 Dark Pink

📋 copy color: '#F24D75'

red 242 ◦ green 77 ◦ blue 117

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

Shades of Dark Pink #F24D75

Tints of Dark Pink #F24D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 55.5%
G = 17.66%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F24D75 (or 0xF24D75) is known color: Dark Pink. HEX triplet: F2, 4D and 75. RGB value is (242,77,117). Sum of RGB (Red+Green+Blue) = 242+77+117=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24D75 is #0DB28A. Grayscale: #828282. Windows color (decimal): -897675 or 7687666. OLE color: 7687666.

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

Color convert

RGB 242 77 117 -
CMYK 0 0.68 0.52 0.05
HSL 345.45º 0.86% 0.63% -
HSV(B) 345.45º 0.68% 0.95% -
XYZ 42.48 25.47 19.51 -
YUV 130.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 242 77 117 0 0.68 0.52 0.05 345.45 0.86 0.63
Hex F2 4D 75 0 44 34 5 159 56 3F
Octal 362 115 165 0 104 64 5 531 126 77
Binary 11110010 1001101 1110101 0 1000100 110100 101 101011001 1010110 111111

Color Harmonies of #F24D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24D75

Black with #F24D75

Text Example


Text Example

White with #F24D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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