Html Css Color HEX #F517CD Shocking Pink

📋 copy color: '#F517CD'

red 245 ◦ green 23 ◦ blue 205

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

Shades of Shocking Pink #F517CD

Tints of Shocking Pink #F517CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.86%

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

R = 51.8%
G = 4.86%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F517CD (or 0xF517CD) is known color: Shocking Pink. HEX triplet: F5, 17 and CD. RGB value is (245,23,205). Sum of RGB (Red+Green+Blue) = 245+23+205=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F517CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517CD is #0AE832. Grayscale: #6D6D6D. Windows color (decimal): -714803 or 13441013. OLE color: 13441013.

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

Color convert

RGB 245 23 205 -
CMYK 0 0.91 0.16 0.04
HSL 310.81º 0.92% 0.53% -
HSV(B) 310.81º 0.91% 0.96% -
XYZ 48.98 24.43 59.89 -
YUV 110.13 181.55 224.2 -
System Red Green Blue C M Y K H S L
Decimal 245 23 205 0 0.91 0.16 0.04 310.81 0.92 0.53
Hex F5 17 CD 0 5B 10 4 137 5C 35
Octal 365 27 315 0 133 20 4 467 134 65
Binary 11110101 10111 11001101 0 1011011 10000 100 100110111 1011100 110101

Color Harmonies of #F517CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517CD

Black with #F517CD

Text Example


Text Example

White with #F517CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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