Html Css Color HEX #F0588B Dark Pink

📋 copy color: '#F0588B'

red 240 ◦ green 88 ◦ blue 139

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

Shades of Dark Pink #F0588B

Tints of Dark Pink #F0588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 51.39%
G = 18.84%
B = 29.76%

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

#F0588B (or 0xF0588B) is known color: Dark Pink. HEX triplet: F0, 58 and 8B. RGB value is (240,88,139). Sum of RGB (Red+Green+Blue) = 240+88+139=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0588B is #0FA774. Grayscale: #8B8B8B. Windows color (decimal): -1025909 or 9132272. OLE color: 9132272.

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

Color convert

RGB 240 88 139 -
CMYK 0 0.63 0.42 0.06
HSL 339.87º 0.84% 0.64% -
HSV(B) 339.87º 0.63% 0.94% -
XYZ 44.09 27.37 27.39 -
YUV 139.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 240 88 139 0 0.63 0.42 0.06 339.87 0.84 0.64
Hex F0 58 8B 0 3F 2A 6 154 54 40
Octal 360 130 213 0 77 52 6 524 124 100
Binary 11110000 1011000 10001011 0 111111 101010 110 101010100 1010100 1000000

Color Harmonies of #F0588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0588B

Black with #F0588B

Text Example


Text Example

White with #F0588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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