Html Css Color HEX #F60CB7 Shocking Pink

📋 copy color: '#F60CB7'

red 246 ◦ green 12 ◦ blue 183

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

Shades of Shocking Pink #F60CB7

Tints of Shocking Pink #F60CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 55.78%
G = 2.72%
B = 41.5%

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

#F60CB7 (or 0xF60CB7) is known color: Shocking Pink. HEX triplet: F6, 0C and B7. RGB value is (246,12,183). Sum of RGB (Red+Green+Blue) = 246+12+183=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CB7 is #09F348. Grayscale: #656565. Windows color (decimal): -652105 or 11996406. OLE color: 11996406.

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

Color convert

RGB 246 12 183 -
CMYK 0 0.95 0.26 0.04
HSL 316.15º 0.93% 0.51% -
HSV(B) 316.15º 0.95% 0.96% -
XYZ 46.68 23.27 46.83 -
YUV 101.46 174.02 231.1 -
System Red Green Blue C M Y K H S L
Decimal 246 12 183 0 0.95 0.26 0.04 316.15 0.93 0.51
Hex F6 C B7 0 5F 1A 4 13C 5D 33
Octal 366 14 267 0 137 32 4 474 135 63
Binary 11110110 1100 10110111 0 1011111 11010 100 100111100 1011101 110011

Color Harmonies of #F60CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CB7

Black with #F60CB7

Text Example


Text Example

White with #F60CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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