Html Css Color HEX #F60490 Deep Pink

📋 copy color: '#F60490'

red 246 ◦ green 4 ◦ blue 144

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

Shades of Deep Pink #F60490

Tints of Deep Pink #F60490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 62.44%
G = 1.02%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F60490 (or 0xF60490) is known color: Deep Pink. HEX triplet: F6, 04 and 90. RGB value is (246,4,144). Sum of RGB (Red+Green+Blue) = 246+4+144=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F60490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60490 is #09FB6F. Grayscale: #5C5C5C. Windows color (decimal): -654192 or 9438454. OLE color: 9438454.

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

Color convert

RGB 246 4 144 -
CMYK 0 0.98 0.41 0.04
HSL 325.29º 0.97% 0.49% -
HSV(B) 325.29º 0.98% 0.96% -
XYZ 43.08 21.69 28.3 -
YUV 92.32 157.17 237.62 -
System Red Green Blue C M Y K H S L
Decimal 246 4 144 0 0.98 0.41 0.04 325.29 0.97 0.49
Hex F6 4 90 0 62 29 4 145 61 31
Octal 366 4 220 0 142 51 4 505 141 61
Binary 11110110 100 10010000 0 1100010 101001 100 101000101 1100001 110001

Color Harmonies of #F60490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60490

Black with #F60490

Text Example


Text Example

White with #F60490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60490; }

 p { color: rgb(246,4,144); }

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

background-color css

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

 a { background-color: rgb(246,4,144); }

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

border-color css

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

 span { border-color: rgb(246,4,144); }

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