Html Css Color HEX #F24871 Dark Pink

📋 copy color: '#F24871'

red 242 ◦ green 72 ◦ blue 113

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

Shades of Dark Pink #F24871

Tints of Dark Pink #F24871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.86%

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 56.67%
G = 16.86%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F24871 (or 0xF24871) is known color: Dark Pink. HEX triplet: F2, 48 and 71. RGB value is (242,72,113). Sum of RGB (Red+Green+Blue) = 242+72+113=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F24871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24871 is #0DB78E. Grayscale: #7F7F7F. Windows color (decimal): -898959 or 7424242. OLE color: 7424242.

HSL color Cylindrical-coordinate representation of color #F24871: hue angle of 345.53º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24871 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 72 113 -
CMYK 0 0.70 0.53 0.05
HSL 345.53º 0.87% 0.62% -
HSV(B) 345.53º 0.7% 0.95% -
XYZ 41.92 24.7 18.18 -
YUV 127.5 119.82 209.67 -
System Red Green Blue C M Y K H S L
Decimal 242 72 113 0 0.70 0.53 0.05 345.53 0.87 0.62
Hex F2 48 71 0 46 35 5 15A 57 3E
Octal 362 110 161 0 106 65 5 532 127 76
Binary 11110010 1001000 1110001 0 1000110 110101 101 101011010 1010111 111110

Color Harmonies of #F24871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24871

Black with #F24871

Text Example


Text Example

White with #F24871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24871; }

 p { color: rgb(242,72,113); }

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

background-color css

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

 a { background-color: rgb(242,72,113); }

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

border-color css

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

 span { border-color: rgb(242,72,113); }

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