Html Css Color HEX #F0597F Dark Pink

📋 copy color: '#F0597F'

red 240 ◦ green 89 ◦ blue 127

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

Shades of Dark Pink #F0597F

Tints of Dark Pink #F0597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.85%

R = 52.63%
G = 19.52%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0597F (or 0xF0597F) is known color: Dark Pink. HEX triplet: F0, 59 and 7F. RGB value is (240,89,127). Sum of RGB (Red+Green+Blue) = 240+89+127=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0597F is #0FA680. Grayscale: #8A8A8A. Windows color (decimal): -1025665 or 8346096. OLE color: 8346096.

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

Color convert

RGB 240 89 127 -
CMYK 0 0.63 0.47 0.06
HSL 344.9º 0.83% 0.65% -
HSV(B) 344.9º 0.63% 0.94% -
XYZ 43.34 27.2 23.05 -
YUV 138.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 240 89 127 0 0.63 0.47 0.06 344.9 0.83 0.65
Hex F0 59 7F 0 3F 2F 6 159 53 41
Octal 360 131 177 0 77 57 6 531 123 101
Binary 11110000 1011001 1111111 0 111111 101111 110 101011001 1010011 1000001

Color Harmonies of #F0597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0597F

Black with #F0597F

Text Example


Text Example

White with #F0597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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