Html Css Color HEX #F25179 Dark Pink

📋 copy color: '#F25179'

red 242 ◦ green 81 ◦ blue 121

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

Shades of Dark Pink #F25179

Tints of Dark Pink #F25179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.24%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 54.5%
G = 18.24%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F25179 (or 0xF25179) is known color: Dark Pink. HEX triplet: F2, 51 and 79. RGB value is (242,81,121). Sum of RGB (Red+Green+Blue) = 242+81+121=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F25179 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25179 is #0DAE86. Grayscale: #858585. Windows color (decimal): -896647 or 7950834. OLE color: 7950834.

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

Color convert

RGB 242 81 121 -
CMYK 0 0.67 0.50 0.05
HSL 345.09º 0.86% 0.63% -
HSV(B) 345.09º 0.67% 0.95% -
XYZ 43.01 26.14 20.87 -
YUV 133.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 242 81 121 0 0.67 0.50 0.05 345.09 0.86 0.63
Hex F2 51 79 0 43 32 5 159 56 3F
Octal 362 121 171 0 103 62 5 531 126 77
Binary 11110010 1010001 1111001 0 1000011 110010 101 101011001 1010110 111111

Color Harmonies of #F25179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25179

Black with #F25179

Text Example


Text Example

White with #F25179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25179; }

 p { color: rgb(242,81,121); }

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

background-color css

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

 a { background-color: rgb(242,81,121); }

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

border-color css

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

 span { border-color: rgb(242,81,121); }

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