Html Css Color HEX #F24570 Dark Pink

📋 copy color: '#F24570'

red 242 ◦ green 69 ◦ blue 112

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

Shades of Dark Pink #F24570

Tints of Dark Pink #F24570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 57.21%
G = 16.31%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F24570 (or 0xF24570) is known color: Dark Pink. HEX triplet: F2, 45 and 70. RGB value is (242,69,112). Sum of RGB (Red+Green+Blue) = 242+69+112=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F24570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24570 is #0DBA8F. Grayscale: #7D7D7D. Windows color (decimal): -899728 or 7357938. OLE color: 7357938.

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

Color convert

RGB 242 69 112 -
CMYK 0 0.71 0.54 0.05
HSL 345.09º 0.87% 0.61% -
HSV(B) 345.09º 0.71% 0.95% -
XYZ 41.67 24.3 17.82 -
YUV 125.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 242 69 112 0 0.71 0.54 0.05 345.09 0.87 0.61
Hex F2 45 70 0 47 36 5 159 57 3D
Octal 362 105 160 0 107 66 5 531 127 75
Binary 11110010 1000101 1110000 0 1000111 110110 101 101011001 1010111 111101

Color Harmonies of #F24570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24570

Black with #F24570

Text Example


Text Example

White with #F24570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24570; }

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

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

background-color css

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

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

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

border-color css

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

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

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