Html Css Color HEX #F600BC Shocking Pink

📋 copy color: '#F600BC'

red 246 ◦ green 0 ◦ blue 188

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

Shades of Shocking Pink #F600BC

Tints of Shocking Pink #F600BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 56.68%
G = 0%
B = 43.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F600BC (or 0xF600BC) is known color: Shocking Pink. HEX triplet: F6, 00 and BC. RGB value is (246,0,188). Sum of RGB (Red+Green+Blue) = 246+0+188=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F600BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600BC is #09FF43. Grayscale: #5E5E5E. Windows color (decimal): -655172 or 12321014. OLE color: 12321014.

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

Color convert

RGB 246 0 188 -
CMYK 0 1 0.24 0.04
HSL 314.15º 1% 0.48% -
HSV(B) 314.15º 1% 0.96% -
XYZ 47.08 23.22 49.58 -
YUV 94.99 180.5 235.71 -
System Red Green Blue C M Y K H S L
Decimal 246 0 188 0 1 0.24 0.04 314.15 1 0.48
Hex F6 0 BC 0 64 18 4 13A 64 30
Octal 366 0 274 0 144 30 4 472 144 60
Binary 11110110 0 10111100 0 1100100 11000 100 100111010 1100100 110000

Color Harmonies of #F600BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600BC

Black with #F600BC

Text Example


Text Example

White with #F600BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600BC; }

 p { color: rgb(246,0,188); }

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

background-color css

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

 a { background-color: rgb(246,0,188); }

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

border-color css

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

 span { border-color: rgb(246,0,188); }

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