Html Css Color HEX #F0517D Dark Pink

📋 copy color: '#F0517D'

red 240 ◦ green 81 ◦ blue 125

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

Shades of Dark Pink #F0517D

Tints of Dark Pink #F0517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 53.81%
G = 18.16%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0517D (or 0xF0517D) is known color: Dark Pink. HEX triplet: F0, 51 and 7D. RGB value is (240,81,125). Sum of RGB (Red+Green+Blue) = 240+81+125=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0517D is #0FAE82. Grayscale: #858585. Windows color (decimal): -1027715 or 8212976. OLE color: 8212976.

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

Color convert

RGB 240 81 125 -
CMYK 0 0.66 0.48 0.06
HSL 343.4º 0.84% 0.63% -
HSV(B) 343.4º 0.66% 0.94% -
XYZ 42.58 25.89 22.16 -
YUV 133.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 240 81 125 0 0.66 0.48 0.06 343.4 0.84 0.63
Hex F0 51 7D 0 42 30 6 157 54 3F
Octal 360 121 175 0 102 60 6 527 124 77
Binary 11110000 1010001 1111101 0 1000010 110000 110 101010111 1010100 111111

Color Harmonies of #F0517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0517D

Black with #F0517D

Text Example


Text Example

White with #F0517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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