Html Css Color HEX #F05180 Dark Pink

📋 copy color: '#F05180'

red 240 ◦ green 81 ◦ blue 128

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

Shades of Dark Pink #F05180

Tints of Dark Pink #F05180

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

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

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

R = 53.45%
G = 18.04%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F05180 (or 0xF05180) is known color: Dark Pink. HEX triplet: F0, 51 and 80. RGB value is (240,81,128). Sum of RGB (Red+Green+Blue) = 240+81+128=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F05180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05180 is #0FAE7F. Grayscale: #858585. Windows color (decimal): -1027712 or 8409584. OLE color: 8409584.

HSL color Cylindrical-coordinate representation of color #F05180: hue angle of 342.26º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05180 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 128 -
CMYK 0 0.66 0.47 0.06
HSL 342.26º 0.84% 0.63% -
HSV(B) 342.26º 0.66% 0.94% -
XYZ 42.77 25.97 23.18 -
YUV 133.9 124.68 203.68 -
System Red Green Blue C M Y K H S L
Decimal 240 81 128 0 0.66 0.47 0.06 342.26 0.84 0.63
Hex F0 51 80 0 42 2F 6 156 54 3F
Octal 360 121 200 0 102 57 6 526 124 77
Binary 11110000 1010001 10000000 0 1000010 101111 110 101010110 1010100 111111

Color Harmonies of #F05180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05180

Black with #F05180

Text Example


Text Example

White with #F05180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05180; }

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

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

background-color css

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

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

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

border-color css

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

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

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