Html Css Color HEX #F60CCB Shocking Pink

📋 copy color: '#F60CCB'

red 246 ◦ green 12 ◦ blue 203

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

Shades of Shocking Pink #F60CCB

Tints of Shocking Pink #F60CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 53.36%
G = 2.6%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F60CCB (or 0xF60CCB) is known color: Shocking Pink. HEX triplet: F6, 0C and CB. RGB value is (246,12,203). Sum of RGB (Red+Green+Blue) = 246+12+203=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 12 (5.08% from 255 or 2.60% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CCB is #09F334. Grayscale: #676767. Windows color (decimal): -652085 or 13307126. OLE color: 13307126.

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

Color convert

RGB 246 12 203 -
CMYK 0 0.95 0.17 0.04
HSL 311.03º 0.93% 0.51% -
HSV(B) 311.03º 0.95% 0.96% -
XYZ 48.92 24.17 58.59 -
YUV 103.74 184.02 229.47 -
System Red Green Blue C M Y K H S L
Decimal 246 12 203 0 0.95 0.17 0.04 311.03 0.93 0.51
Hex F6 C CB 0 5F 11 4 137 5D 33
Octal 366 14 313 0 137 21 4 467 135 63
Binary 11110110 1100 11001011 0 1011111 10001 100 100110111 1011101 110011

Color Harmonies of #F60CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CCB

Black with #F60CCB

Text Example


Text Example

White with #F60CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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