Html Css Color HEX #F24470 Dark Pink

📋 copy color: '#F24470'

red 242 ◦ green 68 ◦ blue 112

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

Shades of Dark Pink #F24470

Tints of Dark Pink #F24470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.11%

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

R = 57.35%
G = 16.11%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F24470 (or 0xF24470) is known color: Dark Pink. HEX triplet: F2, 44 and 70. RGB value is (242,68,112). Sum of RGB (Red+Green+Blue) = 242+68+112=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F24470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24470 is #0DBB8F. Grayscale: #7D7D7D. Windows color (decimal): -899984 or 7357682. OLE color: 7357682.

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

Color convert

RGB 242 68 112 -
CMYK 0 0.72 0.54 0.05
HSL 344.83º 0.87% 0.61% -
HSV(B) 344.83º 0.72% 0.95% -
XYZ 41.61 24.18 17.8 -
YUV 125.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 242 68 112 0 0.72 0.54 0.05 344.83 0.87 0.61
Hex F2 44 70 0 48 36 5 159 57 3D
Octal 362 104 160 0 110 66 5 531 127 75
Binary 11110010 1000100 1110000 0 1001000 110110 101 101011001 1010111 111101

Color Harmonies of #F24470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24470

Black with #F24470

Text Example


Text Example

White with #F24470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24470; }

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

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

background-color css

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

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

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

border-color css

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

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

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