Html Css Color HEX #F60DCB Shocking Pink

📋 copy color: '#F60DCB'

red 246 ◦ green 13 ◦ blue 203

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

Shades of Shocking Pink #F60DCB

Tints of Shocking Pink #F60DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.81%

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

R = 53.25%
G = 2.81%
B = 43.94%

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

#F60DCB (or 0xF60DCB) is known color: Shocking Pink. HEX triplet: F6, 0D and CB. RGB value is (246,13,203). Sum of RGB (Red+Green+Blue) = 246+13+203=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DCB is #09F234. Grayscale: #676767. Windows color (decimal): -651829 or 13307382. OLE color: 13307382.

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

Color convert

RGB 246 13 203 -
CMYK 0 0.95 0.17 0.04
HSL 311.07º 0.93% 0.51% -
HSV(B) 311.07º 0.95% 0.96% -
XYZ 48.93 24.19 58.59 -
YUV 104.33 183.69 229.05 -
System Red Green Blue C M Y K H S L
Decimal 246 13 203 0 0.95 0.17 0.04 311.07 0.93 0.51
Hex F6 D CB 0 5F 11 4 137 5D 33
Octal 366 15 313 0 137 21 4 467 135 63
Binary 11110110 1101 11001011 0 1011111 10001 100 100110111 1011101 110011

Color Harmonies of #F60DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DCB

Black with #F60DCB

Text Example


Text Example

White with #F60DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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