Html Css Color HEX #F05176 Dark Pink

📋 copy color: '#F05176'

red 240 ◦ green 81 ◦ blue 118

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

Shades of Dark Pink #F05176

Tints of Dark Pink #F05176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 54.67%
G = 18.45%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F05176 (or 0xF05176) is known color: Dark Pink. HEX triplet: F0, 51 and 76. RGB value is (240,81,118). Sum of RGB (Red+Green+Blue) = 240+81+118=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F05176 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05176 is #0FAE89. Grayscale: #848484. Windows color (decimal): -1027722 or 7754224. OLE color: 7754224.

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

Color convert

RGB 240 81 118 -
CMYK 0 0.66 0.51 0.06
HSL 346.04º 0.84% 0.63% -
HSV(B) 346.04º 0.66% 0.94% -
XYZ 42.15 25.72 19.88 -
YUV 132.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 240 81 118 0 0.66 0.51 0.06 346.04 0.84 0.63
Hex F0 51 76 0 42 33 6 15A 54 3F
Octal 360 121 166 0 102 63 6 532 124 77
Binary 11110000 1010001 1110110 0 1000010 110011 110 101011010 1010100 111111

Color Harmonies of #F05176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05176

Black with #F05176

Text Example


Text Example

White with #F05176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05176; }

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

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

background-color css

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

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

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

border-color css

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

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

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