Html Css Color HEX #F50FCD Shocking Pink

📋 copy color: '#F50FCD'

red 245 ◦ green 15 ◦ blue 205

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

Shades of Shocking Pink #F50FCD

Tints of Shocking Pink #F50FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.23%

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

R = 52.69%
G = 3.23%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F50FCD (or 0xF50FCD) is known color: Shocking Pink. HEX triplet: F5, 0F and CD. RGB value is (245,15,205). Sum of RGB (Red+Green+Blue) = 245+15+205=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FCD is #0AF032. Grayscale: #686868. Windows color (decimal): -716851 or 13438965. OLE color: 13438965.

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

Color convert

RGB 245 15 205 -
CMYK 0 0.94 0.16 0.04
HSL 310.43º 0.92% 0.51% -
HSV(B) 310.43º 0.94% 0.96% -
XYZ 48.85 24.16 59.85 -
YUV 105.43 184.2 227.55 -
System Red Green Blue C M Y K H S L
Decimal 245 15 205 0 0.94 0.16 0.04 310.43 0.92 0.51
Hex F5 F CD 0 5E 10 4 136 5C 33
Octal 365 17 315 0 136 20 4 466 134 63
Binary 11110101 1111 11001101 0 1011110 10000 100 100110110 1011100 110011

Color Harmonies of #F50FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50FCD

Black with #F50FCD

Text Example


Text Example

White with #F50FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50FCD; }

 p { color: rgb(245,15,205); }

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

background-color css

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

 a { background-color: rgb(245,15,205); }

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

border-color css

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

 span { border-color: rgb(245,15,205); }

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