Html Css Color HEX #F24372 Dark Pink

📋 copy color: '#F24372'

red 242 ◦ green 67 ◦ blue 114

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

Shades of Dark Pink #F24372

Tints of Dark Pink #F24372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.84%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 57.21%
G = 15.84%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F24372 (or 0xF24372) is known color: Dark Pink. HEX triplet: F2, 43 and 72. RGB value is (242,67,114). Sum of RGB (Red+Green+Blue) = 242+67+114=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F24372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24372 is #0DBC8D. Grayscale: #7C7C7C. Windows color (decimal): -900238 or 7488498. OLE color: 7488498.

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

Color convert

RGB 242 67 114 -
CMYK 0 0.72 0.53 0.05
HSL 343.89º 0.87% 0.61% -
HSV(B) 343.89º 0.72% 0.95% -
XYZ 41.66 24.11 18.38 -
YUV 124.68 121.98 211.68 -
System Red Green Blue C M Y K H S L
Decimal 242 67 114 0 0.72 0.53 0.05 343.89 0.87 0.61
Hex F2 43 72 0 48 35 5 158 57 3D
Octal 362 103 162 0 110 65 5 530 127 75
Binary 11110010 1000011 1110010 0 1001000 110101 101 101011000 1010111 111101

Color Harmonies of #F24372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24372

Black with #F24372

Text Example


Text Example

White with #F24372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24372; }

 p { color: rgb(242,67,114); }

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

background-color css

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

 a { background-color: rgb(242,67,114); }

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

border-color css

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

 span { border-color: rgb(242,67,114); }

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