Html Css Color HEX #F60DCD Shocking Pink

📋 copy color: '#F60DCD'

red 246 ◦ green 13 ◦ blue 205

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

Shades of Shocking Pink #F60DCD

Tints of Shocking Pink #F60DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 53.02%
G = 2.8%
B = 44.18%

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

#F60DCD (or 0xF60DCD) is known color: Shocking Pink. HEX triplet: F6, 0D and CD. RGB value is (246,13,205). Sum of RGB (Red+Green+Blue) = 246+13+205=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DCD is #09F232. Grayscale: #686868. Windows color (decimal): -651827 or 13438454. OLE color: 13438454.

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

Color convert

RGB 246 13 205 -
CMYK 0 0.95 0.17 0.04
HSL 310.56º 0.93% 0.51% -
HSV(B) 310.56º 0.95% 0.96% -
XYZ 49.17 24.29 59.85 -
YUV 104.56 184.69 228.89 -
System Red Green Blue C M Y K H S L
Decimal 246 13 205 0 0.95 0.17 0.04 310.56 0.93 0.51
Hex F6 D CD 0 5F 11 4 137 5D 33
Octal 366 15 315 0 137 21 4 467 135 63
Binary 11110110 1101 11001101 0 1011111 10001 100 100110111 1011101 110011

Color Harmonies of #F60DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DCD

Black with #F60DCD

Text Example


Text Example

White with #F60DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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