Html Css Color HEX #F05177 Dark Pink

📋 copy color: '#F05177'

red 240 ◦ green 81 ◦ blue 119

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

Shades of Dark Pink #F05177

Tints of Dark Pink #F05177

RGB

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

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

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

R = 54.55%
G = 18.41%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F05177 (or 0xF05177) is known color: Dark Pink. HEX triplet: F0, 51 and 77. RGB value is (240,81,119). Sum of RGB (Red+Green+Blue) = 240+81+119=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F05177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05177 is #0FAE88. Grayscale: #848484. Windows color (decimal): -1027721 or 7819760. OLE color: 7819760.

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

Color convert

RGB 240 81 119 -
CMYK 0 0.66 0.50 0.06
HSL 345.66º 0.84% 0.63% -
HSV(B) 345.66º 0.66% 0.94% -
XYZ 42.21 25.74 20.2 -
YUV 132.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 240 81 119 0 0.66 0.50 0.06 345.66 0.84 0.63
Hex F0 51 77 0 42 32 6 15A 54 3F
Octal 360 121 167 0 102 62 6 532 124 77
Binary 11110000 1010001 1110111 0 1000010 110010 110 101011010 1010100 111111

Color Harmonies of #F05177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05177

Black with #F05177

Text Example


Text Example

White with #F05177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05177; }

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

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

background-color css

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

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

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

border-color css

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

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

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