Html Css Color HEX #F60088 Deep Pink

📋 copy color: '#F60088'

red 246 ◦ green 0 ◦ blue 136

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

Shades of Deep Pink #F60088

Tints of Deep Pink #F60088

RGB

 RED value IS 246 (96.48% from 255) = 64.4%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 64.4%
G = 0%
B = 35.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F60088 (or 0xF60088) is known color: Deep Pink. HEX triplet: F6, 00 and 88. RGB value is (246,0,136). Sum of RGB (Red+Green+Blue) = 246+0+136=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F60088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60088 is #09FF77. Grayscale: #585858. Windows color (decimal): -655224 or 8913142. OLE color: 8913142.

HSL color Cylindrical-coordinate representation of color #F60088: hue angle of 326.83º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60088 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 0 136 -
CMYK 0 1 0.45 0.04
HSL 326.83º 1% 0.48% -
HSV(B) 326.83º 1% 0.96% -
XYZ 42.45 21.37 25.18 -
YUV 89.06 154.5 239.94 -
System Red Green Blue C M Y K H S L
Decimal 246 0 136 0 1 0.45 0.04 326.83 1 0.48
Hex F6 0 88 0 64 2D 4 147 64 30
Octal 366 0 210 0 144 55 4 507 144 60
Binary 11110110 0 10001000 0 1100100 101101 100 101000111 1100100 110000

Color Harmonies of #F60088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60088

Black with #F60088

Text Example


Text Example

White with #F60088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60088; }

 p { color: rgb(246,0,136); }

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

background-color css

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

 a { background-color: rgb(246,0,136); }

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

border-color css

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

 span { border-color: rgb(246,0,136); }

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