Html Css Color HEX #F05580 Dark Pink

📋 copy color: '#F05580'

red 240 ◦ green 85 ◦ blue 128

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

Shades of Dark Pink #F05580

Tints of Dark Pink #F05580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.76%

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

R = 52.98%
G = 18.76%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F05580 (or 0xF05580) is known color: Dark Pink. HEX triplet: F0, 55 and 80. RGB value is (240,85,128). Sum of RGB (Red+Green+Blue) = 240+85+128=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F05580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05580 is #0FAA7F. Grayscale: #888888. Windows color (decimal): -1026688 or 8410608. OLE color: 8410608.

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

Color convert

RGB 240 85 128 -
CMYK 0 0.65 0.47 0.06
HSL 343.35º 0.84% 0.64% -
HSV(B) 343.35º 0.65% 0.94% -
XYZ 43.08 26.58 23.28 -
YUV 136.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 240 85 128 0 0.65 0.47 0.06 343.35 0.84 0.64
Hex F0 55 80 0 41 2F 6 157 54 40
Octal 360 125 200 0 101 57 6 527 124 100
Binary 11110000 1010101 10000000 0 1000001 101111 110 101010111 1010100 1000000

Color Harmonies of #F05580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05580

Black with #F05580

Text Example


Text Example

White with #F05580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05580; }

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

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

background-color css

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

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

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

border-color css

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

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

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