Html Css Color HEX #F0597D Dark Pink

📋 copy color: '#F0597D'

red 240 ◦ green 89 ◦ blue 125

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

Shades of Dark Pink #F0597D

Tints of Dark Pink #F0597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.6%

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

R = 52.86%
G = 19.6%
B = 27.53%

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

#F0597D (or 0xF0597D) is known color: Dark Pink. HEX triplet: F0, 59 and 7D. RGB value is (240,89,125). Sum of RGB (Red+Green+Blue) = 240+89+125=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0597D is #0FA682. Grayscale: #8A8A8A. Windows color (decimal): -1025667 or 8215024. OLE color: 8215024.

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

Color convert

RGB 240 89 125 -
CMYK 0 0.63 0.48 0.06
HSL 345.7º 0.83% 0.65% -
HSV(B) 345.7º 0.63% 0.94% -
XYZ 43.21 27.15 22.37 -
YUV 138.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 240 89 125 0 0.63 0.48 0.06 345.7 0.83 0.65
Hex F0 59 7D 0 3F 30 6 15A 53 41
Octal 360 131 175 0 77 60 6 532 123 101
Binary 11110000 1011001 1111101 0 111111 110000 110 101011010 1010011 1000001

Color Harmonies of #F0597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0597D

Black with #F0597D

Text Example


Text Example

White with #F0597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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