Html Css Color HEX #F717D5 Shocking Pink

📋 copy color: '#F717D5'

red 247 ◦ green 23 ◦ blue 213

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

Shades of Shocking Pink #F717D5

Tints of Shocking Pink #F717D5

RGB

 RED value IS 247 (96.88% from 255) = 51.14%

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 51.14%
G = 4.76%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F717D5 (or 0xF717D5) is known color: Shocking Pink. HEX triplet: F7, 17 and D5. RGB value is (247,23,213). Sum of RGB (Red+Green+Blue) = 247+23+213=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F717D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F717D5 is #08E82A. Grayscale: #6F6F6F. Windows color (decimal): -583723 or 13965303. OLE color: 13965303.

HSL color Cylindrical-coordinate representation of color #F717D5: hue angle of 309.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F717D5 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 23 213 -
CMYK 0 0.91 0.14 0.03
HSL 309.11º 0.93% 0.53% -
HSV(B) 309.11º 0.91% 0.97% -
XYZ 50.67 25.19 65.14 -
YUV 111.64 185.21 224.55 -
System Red Green Blue C M Y K H S L
Decimal 247 23 213 0 0.91 0.14 0.03 309.11 0.93 0.53
Hex F7 17 D5 0 5B E 3 135 5D 35
Octal 367 27 325 0 133 16 3 465 135 65
Binary 11110111 10111 11010101 0 1011011 1110 11 100110101 1011101 110101

Color Harmonies of #F717D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F717D5

Black with #F717D5

Text Example


Text Example

White with #F717D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F717D5; }

 p { color: rgb(247,23,213); }

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

background-color css

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

 a { background-color: rgb(247,23,213); }

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

border-color css

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

 span { border-color: rgb(247,23,213); }

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