Html Css Color HEX #F60890 Deep Pink

📋 copy color: '#F60890'

red 246 ◦ green 8 ◦ blue 144

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

Shades of Deep Pink #F60890

Tints of Deep Pink #F60890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

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

R = 61.81%
G = 2.01%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F60890 (or 0xF60890) is known color: Deep Pink. HEX triplet: F6, 08 and 90. RGB value is (246,8,144). Sum of RGB (Red+Green+Blue) = 246+8+144=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F60890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60890 is #09F76F. Grayscale: #5E5E5E. Windows color (decimal): -653168 or 9439478. OLE color: 9439478.

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

Color convert

RGB 246 8 144 -
CMYK 0 0.97 0.41 0.04
HSL 325.71º 0.94% 0.5% -
HSV(B) 325.71º 0.97% 0.96% -
XYZ 43.13 21.78 28.32 -
YUV 94.67 155.85 235.94 -
System Red Green Blue C M Y K H S L
Decimal 246 8 144 0 0.97 0.41 0.04 325.71 0.94 0.5
Hex F6 8 90 0 61 29 4 146 5E 32
Octal 366 10 220 0 141 51 4 506 136 62
Binary 11110110 1000 10010000 0 1100001 101001 100 101000110 1011110 110010

Color Harmonies of #F60890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60890

Black with #F60890

Text Example


Text Example

White with #F60890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60890; }

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

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

background-color css

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

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

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

border-color css

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

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

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