Html Css Color HEX #F60ABA Shocking Pink

📋 copy color: '#F60ABA'

red 246 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #F60ABA

Tints of Shocking Pink #F60ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 55.66%
G = 2.26%
B = 42.08%

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

#F60ABA (or 0xF60ABA) is known color: Shocking Pink. HEX triplet: F6, 0A and BA. RGB value is (246,10,186). Sum of RGB (Red+Green+Blue) = 246+10+186=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ABA is #09F545. Grayscale: #646464. Windows color (decimal): -652614 or 12192502. OLE color: 12192502.

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

Color convert

RGB 246 10 186 -
CMYK 0 0.96 0.24 0.04
HSL 315.25º 0.93% 0.5% -
HSV(B) 315.25º 0.96% 0.96% -
XYZ 46.98 23.36 48.49 -
YUV 100.63 176.19 231.69 -
System Red Green Blue C M Y K H S L
Decimal 246 10 186 0 0.96 0.24 0.04 315.25 0.93 0.5
Hex F6 A BA 0 60 18 4 13B 5D 32
Octal 366 12 272 0 140 30 4 473 135 62
Binary 11110110 1010 10111010 0 1100000 11000 100 100111011 1011101 110010

Color Harmonies of #F60ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60ABA

Black with #F60ABA

Text Example


Text Example

White with #F60ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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