Html Css Color HEX #F0598A Dark Pink

📋 copy color: '#F0598A'

red 240 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #F0598A

Tints of Dark Pink #F0598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 51.39%
G = 19.06%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0598A (or 0xF0598A) is known color: Dark Pink. HEX triplet: F0, 59 and 8A. RGB value is (240,89,138). Sum of RGB (Red+Green+Blue) = 240+89+138=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0598A is #0FA675. Grayscale: #8B8B8B. Windows color (decimal): -1025654 or 9066992. OLE color: 9066992.

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

Color convert

RGB 240 89 138 -
CMYK 0 0.63 0.42 0.06
HSL 340.53º 0.83% 0.65% -
HSV(B) 340.53º 0.63% 0.94% -
XYZ 44.1 27.51 27.03 -
YUV 139.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 240 89 138 0 0.63 0.42 0.06 340.53 0.83 0.65
Hex F0 59 8A 0 3F 2A 6 155 53 41
Octal 360 131 212 0 77 52 6 525 123 101
Binary 11110000 1011001 10001010 0 111111 101010 110 101010101 1010011 1000001

Color Harmonies of #F0598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0598A

Black with #F0598A

Text Example


Text Example

White with #F0598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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