Html Css Color HEX #F0587D Dark Pink

📋 copy color: '#F0587D'

red 240 ◦ green 88 ◦ blue 125

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

Shades of Dark Pink #F0587D

Tints of Dark Pink #F0587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.43%

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

R = 52.98%
G = 19.43%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0587D (or 0xF0587D) is known color: Dark Pink. HEX triplet: F0, 58 and 7D. RGB value is (240,88,125). Sum of RGB (Red+Green+Blue) = 240+88+125=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0587D is #0FA782. Grayscale: #898989. Windows color (decimal): -1025923 or 8214768. OLE color: 8214768.

HSL color Cylindrical-coordinate representation of color #F0587D: hue angle of 345.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0587D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 125 -
CMYK 0 0.63 0.48 0.06
HSL 345.39º 0.84% 0.64% -
HSV(B) 345.39º 0.63% 0.94% -
XYZ 43.13 26.99 22.34 -
YUV 137.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 240 88 125 0 0.63 0.48 0.06 345.39 0.84 0.64
Hex F0 58 7D 0 3F 30 6 159 54 40
Octal 360 130 175 0 77 60 6 531 124 100
Binary 11110000 1011000 1111101 0 111111 110000 110 101011001 1010100 1000000

Color Harmonies of #F0587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0587D

Black with #F0587D

Text Example


Text Example

White with #F0587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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