Html Css Color HEX #F60CB5 Shocking Pink

📋 copy color: '#F60CB5'

red 246 ◦ green 12 ◦ blue 181

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

Shades of Shocking Pink #F60CB5

Tints of Shocking Pink #F60CB5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

 BLUE value IS 181 (71.09% from 255) = 41.23%

R = 56.04%
G = 2.73%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F60CB5 (or 0xF60CB5) is known color: Shocking Pink. HEX triplet: F6, 0C and B5. RGB value is (246,12,181). Sum of RGB (Red+Green+Blue) = 246+12+181=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CB5 is #09F34A. Grayscale: #646464. Windows color (decimal): -652107 or 11865334. OLE color: 11865334.

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

Color convert

RGB 246 12 181 -
CMYK 0 0.95 0.26 0.04
HSL 316.67º 0.93% 0.51% -
HSV(B) 316.67º 0.95% 0.96% -
XYZ 46.48 23.19 45.74 -
YUV 101.23 173.02 231.26 -
System Red Green Blue C M Y K H S L
Decimal 246 12 181 0 0.95 0.26 0.04 316.67 0.93 0.51
Hex F6 C B5 0 5F 1A 4 13D 5D 33
Octal 366 14 265 0 137 32 4 475 135 63
Binary 11110110 1100 10110101 0 1011111 11010 100 100111101 1011101 110011

Color Harmonies of #F60CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CB5

Black with #F60CB5

Text Example


Text Example

White with #F60CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CB5; }

 p { color: rgb(246,12,181); }

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

background-color css

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

 a { background-color: rgb(246,12,181); }

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

border-color css

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

 span { border-color: rgb(246,12,181); }

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