Html Css Color HEX #F60289 Deep Pink

📋 copy color: '#F60289'

red 246 ◦ green 2 ◦ blue 137

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

Shades of Deep Pink #F60289

Tints of Deep Pink #F60289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 137 (53.91% from 255) = 35.58%

R = 63.9%
G = 0.52%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F60289 (or 0xF60289) is known color: Deep Pink. HEX triplet: F6, 02 and 89. RGB value is (246,2,137). Sum of RGB (Red+Green+Blue) = 246+2+137=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F60289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60289 is #09FD76. Grayscale: #5A5A5A. Windows color (decimal): -654711 or 8979190. OLE color: 8979190.

HSL color Cylindrical-coordinate representation of color #F60289: hue angle of 326.8º 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 #F60289 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 137 -
CMYK 0 0.99 0.44 0.04
HSL 326.8º 0.98% 0.49% -
HSV(B) 326.8º 0.99% 0.96% -
XYZ 42.54 21.44 25.56 -
YUV 90.35 154.34 239.02 -
System Red Green Blue C M Y K H S L
Decimal 246 2 137 0 0.99 0.44 0.04 326.8 0.98 0.49
Hex F6 2 89 0 63 2C 4 147 62 31
Octal 366 2 211 0 143 54 4 507 142 61
Binary 11110110 10 10001001 0 1100011 101100 100 101000111 1100010 110001

Color Harmonies of #F60289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60289

Black with #F60289

Text Example


Text Example

White with #F60289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60289; }

 p { color: rgb(246,2,137); }

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

background-color css

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

 a { background-color: rgb(246,2,137); }

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

border-color css

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

 span { border-color: rgb(246,2,137); }

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