Html Css Color HEX #F24E7A Dark Pink

📋 copy color: '#F24E7A'

red 242 ◦ green 78 ◦ blue 122

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

Shades of Dark Pink #F24E7A

Tints of Dark Pink #F24E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.65%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 54.75%
G = 17.65%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F24E7A (or 0xF24E7A) is known color: Dark Pink. HEX triplet: F2, 4E and 7A. RGB value is (242,78,122). Sum of RGB (Red+Green+Blue) = 242+78+122=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F24E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F24E7A is #0DB185. Grayscale: #848484. Windows color (decimal): -897414 or 8015602. OLE color: 8015602.

HSL color Cylindrical-coordinate representation of color #F24E7A: hue angle of 343.9º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24E7A is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 78 122 -
CMYK 0 0.68 0.50 0.05
HSL 343.9º 0.86% 0.63% -
HSV(B) 343.9º 0.68% 0.95% -
XYZ 42.86 25.73 21.12 -
YUV 132.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 242 78 122 0 0.68 0.50 0.05 343.9 0.86 0.63
Hex F2 4E 7A 0 44 32 5 158 56 3F
Octal 362 116 172 0 104 62 5 530 126 77
Binary 11110010 1001110 1111010 0 1000100 110010 101 101011000 1010110 111111

Color Harmonies of #F24E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24E7A

Black with #F24E7A

Text Example


Text Example

White with #F24E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24E7A; }

 p { color: rgb(242,78,122); }

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

background-color css

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

 a { background-color: rgb(242,78,122); }

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

border-color css

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

 span { border-color: rgb(242,78,122); }

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