Html Css Color HEX #F60DBB Shocking Pink

📋 copy color: '#F60DBB'

red 246 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #F60DBB

Tints of Shocking Pink #F60DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 55.16%
G = 2.91%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F60DBB (or 0xF60DBB) is known color: Shocking Pink. HEX triplet: F6, 0D and BB. RGB value is (246,13,187). Sum of RGB (Red+Green+Blue) = 246+13+187=446 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.16% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DBB is #09F244. Grayscale: #666666. Windows color (decimal): -651845 or 12258806. OLE color: 12258806.

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

Color convert

RGB 246 13 187 -
CMYK 0 0.95 0.24 0.04
HSL 315.19º 0.93% 0.51% -
HSV(B) 315.19º 0.95% 0.96% -
XYZ 47.12 23.47 49.06 -
YUV 102.5 175.69 230.35 -
System Red Green Blue C M Y K H S L
Decimal 246 13 187 0 0.95 0.24 0.04 315.19 0.93 0.51
Hex F6 D BB 0 5F 18 4 13B 5D 33
Octal 366 15 273 0 137 30 4 473 135 63
Binary 11110110 1101 10111011 0 1011111 11000 100 100111011 1011101 110011

Color Harmonies of #F60DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DBB

Black with #F60DBB

Text Example


Text Example

White with #F60DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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