Html Css Color HEX #F24577 Dark Pink

📋 copy color: '#F24577'

red 242 ◦ green 69 ◦ blue 119

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

Shades of Dark Pink #F24577

Tints of Dark Pink #F24577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.05%

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 56.28%
G = 16.05%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F24577 (or 0xF24577) is known color: Dark Pink. HEX triplet: F2, 45 and 77. RGB value is (242,69,119). Sum of RGB (Red+Green+Blue) = 242+69+119=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F24577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24577 is #0DBA88. Grayscale: #7E7E7E. Windows color (decimal): -899721 or 7816690. OLE color: 7816690.

HSL color Cylindrical-coordinate representation of color #F24577: hue angle of 342.66º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24577 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 69 119 -
CMYK 0 0.71 0.51 0.05
HSL 342.66º 0.87% 0.61% -
HSV(B) 342.66º 0.71% 0.95% -
XYZ 42.08 24.47 19.96 -
YUV 126.43 123.81 210.43 -
System Red Green Blue C M Y K H S L
Decimal 242 69 119 0 0.71 0.51 0.05 342.66 0.87 0.61
Hex F2 45 77 0 47 33 5 157 57 3D
Octal 362 105 167 0 107 63 5 527 127 75
Binary 11110010 1000101 1110111 0 1000111 110011 101 101010111 1010111 111101

Color Harmonies of #F24577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24577

Black with #F24577

Text Example


Text Example

White with #F24577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24577; }

 p { color: rgb(242,69,119); }

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

background-color css

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

 a { background-color: rgb(242,69,119); }

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

border-color css

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

 span { border-color: rgb(242,69,119); }

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