Html Css Color HEX #F50CC5 Shocking Pink

📋 copy color: '#F50CC5'

red 245 ◦ green 12 ◦ blue 197

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

Shades of Shocking Pink #F50CC5

Tints of Shocking Pink #F50CC5

RGB

 RED value IS 245 (96.09% from 255) = 53.96%

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

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 53.96%
G = 2.64%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F50CC5 (or 0xF50CC5) is known color: Shocking Pink. HEX triplet: F5, 0C and C5. RGB value is (245,12,197). Sum of RGB (Red+Green+Blue) = 245+12+197=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F50CC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50CC5 is #0AF33A. Grayscale: #666666. Windows color (decimal): -717627 or 12913909. OLE color: 12913909.

HSL color Cylindrical-coordinate representation of color #F50CC5: hue angle of 312.36º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50CC5 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 12 197 -
CMYK 0 0.95 0.20 0.04
HSL 312.36º 0.92% 0.5% -
HSV(B) 312.36º 0.95% 0.96% -
XYZ 47.87 23.71 54.88 -
YUV 102.76 181.19 229.46 -
System Red Green Blue C M Y K H S L
Decimal 245 12 197 0 0.95 0.20 0.04 312.36 0.92 0.5
Hex F5 C C5 0 5F 14 4 138 5C 32
Octal 365 14 305 0 137 24 4 470 134 62
Binary 11110101 1100 11000101 0 1011111 10100 100 100111000 1011100 110010

Color Harmonies of #F50CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50CC5

Black with #F50CC5

Text Example


Text Example

White with #F50CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50CC5; }

 p { color: rgb(245,12,197); }

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

background-color css

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

 a { background-color: rgb(245,12,197); }

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

border-color css

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

 span { border-color: rgb(245,12,197); }

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