Html Css Color HEX #F60BC2 Shocking Pink

📋 copy color: '#F60BC2'

red 246 ◦ green 11 ◦ blue 194

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

Shades of Shocking Pink #F60BC2

Tints of Shocking Pink #F60BC2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.44%

 BLUE value IS 194 (76.17% from 255) = 43.02%

R = 54.55%
G = 2.44%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F60BC2 (or 0xF60BC2) is known color: Shocking Pink. HEX triplet: F6, 0B and C2. RGB value is (246,11,194). Sum of RGB (Red+Green+Blue) = 246+11+194=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BC2 is #09F43D. Grayscale: #656565. Windows color (decimal): -652350 or 12717046. OLE color: 12717046.

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

Color convert

RGB 246 11 194 -
CMYK 0 0.96 0.21 0.04
HSL 313.28º 0.93% 0.5% -
HSV(B) 313.28º 0.96% 0.96% -
XYZ 47.86 23.73 53.1 -
YUV 102.13 179.86 230.62 -
System Red Green Blue C M Y K H S L
Decimal 246 11 194 0 0.96 0.21 0.04 313.28 0.93 0.5
Hex F6 B C2 0 60 15 4 139 5D 32
Octal 366 13 302 0 140 25 4 471 135 62
Binary 11110110 1011 11000010 0 1100000 10101 100 100111001 1011101 110010

Color Harmonies of #F60BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60BC2

Black with #F60BC2

Text Example


Text Example

White with #F60BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60BC2; }

 p { color: rgb(246,11,194); }

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

background-color css

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

 a { background-color: rgb(246,11,194); }

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

border-color css

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

 span { border-color: rgb(246,11,194); }

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