Html Css Color HEX #F25180 Dark Pink

📋 copy color: '#F25180'

red 242 ◦ green 81 ◦ blue 128

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

Shades of Dark Pink #F25180

Tints of Dark Pink #F25180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.38%

R = 53.66%
G = 17.96%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F25180 (or 0xF25180) is known color: Dark Pink. HEX triplet: F2, 51 and 80. RGB value is (242,81,128). Sum of RGB (Red+Green+Blue) = 242+81+128=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F25180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25180 is #0DAE7F. Grayscale: #868686. Windows color (decimal): -896640 or 8409586. OLE color: 8409586.

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

Color convert

RGB 242 81 128 -
CMYK 0 0.67 0.47 0.05
HSL 342.48º 0.86% 0.63% -
HSV(B) 342.48º 0.67% 0.95% -
XYZ 43.46 26.32 23.21 -
YUV 134.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 242 81 128 0 0.67 0.47 0.05 342.48 0.86 0.63
Hex F2 51 80 0 43 2F 5 156 56 3F
Octal 362 121 200 0 103 57 5 526 126 77
Binary 11110010 1010001 10000000 0 1000011 101111 101 101010110 1010110 111111

Color Harmonies of #F25180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25180

Black with #F25180

Text Example


Text Example

White with #F25180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25180; }

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

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

background-color css

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

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

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

border-color css

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

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

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