Html Css Color HEX #F60388 Deep Pink

📋 copy color: '#F60388'

red 246 ◦ green 3 ◦ blue 136

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

Shades of Deep Pink #F60388

Tints of Deep Pink #F60388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 63.9%
G = 0.78%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F60388 (or 0xF60388) is known color: Deep Pink. HEX triplet: F6, 03 and 88. RGB value is (246,3,136). Sum of RGB (Red+Green+Blue) = 246+3+136=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F60388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60388 is #09FC77. Grayscale: #5A5A5A. Windows color (decimal): -654456 or 8913910. OLE color: 8913910.

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

Color convert

RGB 246 3 136 -
CMYK 0 0.99 0.45 0.04
HSL 327.16º 0.98% 0.49% -
HSV(B) 327.16º 0.99% 0.96% -
XYZ 42.48 21.44 25.19 -
YUV 90.82 153.51 238.69 -
System Red Green Blue C M Y K H S L
Decimal 246 3 136 0 0.99 0.45 0.04 327.16 0.98 0.49
Hex F6 3 88 0 63 2D 4 147 62 31
Octal 366 3 210 0 143 55 4 507 142 61
Binary 11110110 11 10001000 0 1100011 101101 100 101000111 1100010 110001

Color Harmonies of #F60388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60388

Black with #F60388

Text Example


Text Example

White with #F60388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60388; }

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

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

background-color css

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

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

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

border-color css

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

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

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