Html Css Color HEX #F60ABC Shocking Pink

📋 copy color: '#F60ABC'

red 246 ◦ green 10 ◦ blue 188

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

Shades of Shocking Pink #F60ABC

Tints of Shocking Pink #F60ABC

RGB

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

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

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

R = 55.41%
G = 2.25%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F60ABC (or 0xF60ABC) is known color: Shocking Pink. HEX triplet: F6, 0A and BC. RGB value is (246,10,188). Sum of RGB (Red+Green+Blue) = 246+10+188=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ABC is #09F543. Grayscale: #646464. Windows color (decimal): -652612 or 12323574. OLE color: 12323574.

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

Color convert

RGB 246 10 188 -
CMYK 0 0.96 0.24 0.04
HSL 314.75º 0.93% 0.5% -
HSV(B) 314.75º 0.96% 0.96% -
XYZ 47.19 23.44 49.61 -
YUV 100.86 177.19 231.53 -
System Red Green Blue C M Y K H S L
Decimal 246 10 188 0 0.96 0.24 0.04 314.75 0.93 0.5
Hex F6 A BC 0 60 18 4 13B 5D 32
Octal 366 12 274 0 140 30 4 473 135 62
Binary 11110110 1010 10111100 0 1100000 11000 100 100111011 1011101 110010

Color Harmonies of #F60ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60ABC

Black with #F60ABC

Text Example


Text Example

White with #F60ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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