Html Css Color HEX #F60AC0 Shocking Pink

📋 copy color: '#F60AC0'

red 246 ◦ green 10 ◦ blue 192

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

Shades of Shocking Pink #F60AC0

Tints of Shocking Pink #F60AC0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 54.91%
G = 2.23%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F60AC0 (or 0xF60AC0) is known color: Shocking Pink. HEX triplet: F6, 0A and C0. RGB value is (246,10,192). Sum of RGB (Red+Green+Blue) = 246+10+192=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60AC0 is #09F53F. Grayscale: #646464. Windows color (decimal): -652608 or 12585718. OLE color: 12585718.

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

Color convert

RGB 246 10 192 -
CMYK 0 0.96 0.22 0.04
HSL 313.73º 0.93% 0.5% -
HSV(B) 313.73º 0.96% 0.96% -
XYZ 47.63 23.62 51.92 -
YUV 101.31 179.19 231.2 -
System Red Green Blue C M Y K H S L
Decimal 246 10 192 0 0.96 0.22 0.04 313.73 0.93 0.5
Hex F6 A C0 0 60 16 4 13A 5D 32
Octal 366 12 300 0 140 26 4 472 135 62
Binary 11110110 1010 11000000 0 1100000 10110 100 100111010 1011101 110010

Color Harmonies of #F60AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60AC0

Black with #F60AC0

Text Example


Text Example

White with #F60AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60AC0; }

 p { color: rgb(246,10,192); }

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

background-color css

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

 a { background-color: rgb(246,10,192); }

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

border-color css

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

 span { border-color: rgb(246,10,192); }

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