Html Css Color HEX #F05577 Dark Pink

📋 copy color: '#F05577'

red 240 ◦ green 85 ◦ blue 119

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

Shades of Dark Pink #F05577

Tints of Dark Pink #F05577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 54.05%
G = 19.14%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F05577 (or 0xF05577) is known color: Dark Pink. HEX triplet: F0, 55 and 77. RGB value is (240,85,119). Sum of RGB (Red+Green+Blue) = 240+85+119=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F05577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05577 is #0FAA88. Grayscale: #878787. Windows color (decimal): -1026697 or 7820784. OLE color: 7820784.

HSL color Cylindrical-coordinate representation of color #F05577: hue angle of 346.84º 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 #F05577 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 119 -
CMYK 0 0.65 0.50 0.06
HSL 346.84º 0.84% 0.64% -
HSV(B) 346.84º 0.65% 0.94% -
XYZ 42.51 26.35 20.3 -
YUV 135.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 240 85 119 0 0.65 0.50 0.06 346.84 0.84 0.64
Hex F0 55 77 0 41 32 6 15B 54 40
Octal 360 125 167 0 101 62 6 533 124 100
Binary 11110000 1010101 1110111 0 1000001 110010 110 101011011 1010100 1000000

Color Harmonies of #F05577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05577

Black with #F05577

Text Example


Text Example

White with #F05577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05577; }

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

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

background-color css

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

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

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

border-color css

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

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

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