Html Css Color HEX #F24374 Dark Pink

📋 copy color: '#F24374'

red 242 ◦ green 67 ◦ blue 116

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

Shades of Dark Pink #F24374

Tints of Dark Pink #F24374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 56.94%
G = 15.76%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F24374 (or 0xF24374) is known color: Dark Pink. HEX triplet: F2, 43 and 74. RGB value is (242,67,116). Sum of RGB (Red+Green+Blue) = 242+67+116=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F24374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24374 is #0DBC8B. Grayscale: #7C7C7C. Windows color (decimal): -900236 or 7619570. OLE color: 7619570.

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

Color convert

RGB 242 67 116 -
CMYK 0 0.72 0.52 0.05
HSL 343.2º 0.87% 0.61% -
HSV(B) 343.2º 0.72% 0.95% -
XYZ 41.78 24.15 18.98 -
YUV 124.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 242 67 116 0 0.72 0.52 0.05 343.2 0.87 0.61
Hex F2 43 74 0 48 34 5 157 57 3D
Octal 362 103 164 0 110 64 5 527 127 75
Binary 11110010 1000011 1110100 0 1001000 110100 101 101010111 1010111 111101

Color Harmonies of #F24374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24374

Black with #F24374

Text Example


Text Example

White with #F24374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24374; }

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

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

background-color css

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

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

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

border-color css

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

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

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