Html Css Color HEX #F60790 Deep Pink

📋 copy color: '#F60790'

red 246 ◦ green 7 ◦ blue 144

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

Shades of Deep Pink #F60790

Tints of Deep Pink #F60790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.76%

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

R = 61.96%
G = 1.76%
B = 36.27%

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

#F60790 (or 0xF60790) is known color: Deep Pink. HEX triplet: F6, 07 and 90. RGB value is (246,7,144). Sum of RGB (Red+Green+Blue) = 246+7+144=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F60790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60790 is #09F86F. Grayscale: #5D5D5D. Windows color (decimal): -653424 or 9439222. OLE color: 9439222.

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

Color convert

RGB 246 7 144 -
CMYK 0 0.97 0.41 0.04
HSL 325.61º 0.94% 0.5% -
HSV(B) 325.61º 0.97% 0.96% -
XYZ 43.12 21.76 28.31 -
YUV 94.08 156.18 236.36 -
System Red Green Blue C M Y K H S L
Decimal 246 7 144 0 0.97 0.41 0.04 325.61 0.94 0.5
Hex F6 7 90 0 61 29 4 146 5E 32
Octal 366 7 220 0 141 51 4 506 136 62
Binary 11110110 111 10010000 0 1100001 101001 100 101000110 1011110 110010

Color Harmonies of #F60790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60790

Black with #F60790

Text Example


Text Example

White with #F60790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60790; }

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

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

background-color css

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

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

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

border-color css

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

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

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