Html Css Color HEX #F24A71 Dark Pink

📋 copy color: '#F24A71'

red 242 ◦ green 74 ◦ blue 113

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

Shades of Dark Pink #F24A71

Tints of Dark Pink #F24A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

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

R = 56.41%
G = 17.25%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F24A71 (or 0xF24A71) is known color: Dark Pink. HEX triplet: F2, 4A and 71. RGB value is (242,74,113). Sum of RGB (Red+Green+Blue) = 242+74+113=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A71 is #0DB58E. Grayscale: #808080. Windows color (decimal): -898447 or 7424754. OLE color: 7424754.

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

Color convert

RGB 242 74 113 -
CMYK 0 0.69 0.53 0.05
HSL 346.07º 0.87% 0.62% -
HSV(B) 346.07º 0.69% 0.95% -
XYZ 42.05 24.97 18.23 -
YUV 128.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 242 74 113 0 0.69 0.53 0.05 346.07 0.87 0.62
Hex F2 4A 71 0 45 35 5 15A 57 3E
Octal 362 112 161 0 105 65 5 532 127 76
Binary 11110010 1001010 1110001 0 1000101 110101 101 101011010 1010111 111110

Color Harmonies of #F24A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A71

Black with #F24A71

Text Example


Text Example

White with #F24A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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