Html Css Color HEX #F05780 Dark Pink

📋 copy color: '#F05780'

red 240 ◦ green 87 ◦ blue 128

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

Shades of Dark Pink #F05780

Tints of Dark Pink #F05780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.12%

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

R = 52.75%
G = 19.12%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F05780 (or 0xF05780) is known color: Dark Pink. HEX triplet: F0, 57 and 80. RGB value is (240,87,128). Sum of RGB (Red+Green+Blue) = 240+87+128=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05780 is #0FA87F. Grayscale: #898989. Windows color (decimal): -1026176 or 8411120. OLE color: 8411120.

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

Color convert

RGB 240 87 128 -
CMYK 0 0.64 0.47 0.06
HSL 343.92º 0.84% 0.64% -
HSV(B) 343.92º 0.64% 0.94% -
XYZ 43.24 26.9 23.34 -
YUV 137.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 240 87 128 0 0.64 0.47 0.06 343.92 0.84 0.64
Hex F0 57 80 0 40 2F 6 158 54 40
Octal 360 127 200 0 100 57 6 530 124 100
Binary 11110000 1010111 10000000 0 1000000 101111 110 101011000 1010100 1000000

Color Harmonies of #F05780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05780

Black with #F05780

Text Example


Text Example

White with #F05780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05780; }

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

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

background-color css

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

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

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

border-color css

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

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

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