Html Css Color HEX #F05579 Dark Pink

📋 copy color: '#F05579'

red 240 ◦ green 85 ◦ blue 121

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

Shades of Dark Pink #F05579

Tints of Dark Pink #F05579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.13%

R = 53.81%
G = 19.06%
B = 27.13%

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

#F05579 (or 0xF05579) is known color: Dark Pink. HEX triplet: F0, 55 and 79. RGB value is (240,85,121). Sum of RGB (Red+Green+Blue) = 240+85+121=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F05579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05579 is #0FAA86. Grayscale: #878787. Windows color (decimal): -1026695 or 7951856. OLE color: 7951856.

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

Color convert

RGB 240 85 121 -
CMYK 0 0.65 0.50 0.06
HSL 346.06º 0.84% 0.64% -
HSV(B) 346.06º 0.65% 0.94% -
XYZ 42.63 26.4 20.94 -
YUV 135.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 240 85 121 0 0.65 0.50 0.06 346.06 0.84 0.64
Hex F0 55 79 0 41 32 6 15A 54 40
Octal 360 125 171 0 101 62 6 532 124 100
Binary 11110000 1010101 1111001 0 1000001 110010 110 101011010 1010100 1000000

Color Harmonies of #F05579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05579

Black with #F05579

Text Example


Text Example

White with #F05579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05579; }

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

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

background-color css

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

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

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

border-color css

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

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

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