Html Css Color HEX #F517D7 Shocking Pink

📋 copy color: '#F517D7'

red 245 ◦ green 23 ◦ blue 215

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

Shades of Shocking Pink #F517D7

Tints of Shocking Pink #F517D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.51%

R = 50.72%
G = 4.76%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F517D7 (or 0xF517D7) is known color: Shocking Pink. HEX triplet: F5, 17 and D7. RGB value is (245,23,215). Sum of RGB (Red+Green+Blue) = 245+23+215=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F517D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517D7 is #0AE828. Grayscale: #6E6E6E. Windows color (decimal): -714793 or 14096373. OLE color: 14096373.

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

Color convert

RGB 245 23 215 -
CMYK 0 0.91 0.12 0.04
HSL 308.11º 0.92% 0.53% -
HSV(B) 308.11º 0.91% 0.96% -
XYZ 50.23 24.93 66.45 -
YUV 111.27 186.55 223.39 -
System Red Green Blue C M Y K H S L
Decimal 245 23 215 0 0.91 0.12 0.04 308.11 0.92 0.53
Hex F5 17 D7 0 5B C 4 134 5C 35
Octal 365 27 327 0 133 14 4 464 134 65
Binary 11110101 10111 11010111 0 1011011 1100 100 100110100 1011100 110101

Color Harmonies of #F517D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517D7

Black with #F517D7

Text Example


Text Example

White with #F517D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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