Html Css Color HEX #F517C2 Shocking Pink

📋 copy color: '#F517C2'

red 245 ◦ green 23 ◦ blue 194

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

Shades of Shocking Pink #F517C2

Tints of Shocking Pink #F517C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 53.03%
G = 4.98%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F517C2 (or 0xF517C2) is known color: Shocking Pink. HEX triplet: F5, 17 and C2. RGB value is (245,23,194). Sum of RGB (Red+Green+Blue) = 245+23+194=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F517C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517C2 is #0AE83D. Grayscale: #6C6C6C. Windows color (decimal): -714814 or 12720117. OLE color: 12720117.

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

Color convert

RGB 245 23 194 -
CMYK 0 0.91 0.21 0.04
HSL 313.78º 0.92% 0.53% -
HSV(B) 313.78º 0.91% 0.96% -
XYZ 47.7 23.92 53.14 -
YUV 108.87 176.05 225.1 -
System Red Green Blue C M Y K H S L
Decimal 245 23 194 0 0.91 0.21 0.04 313.78 0.92 0.53
Hex F5 17 C2 0 5B 15 4 13A 5C 35
Octal 365 27 302 0 133 25 4 472 134 65
Binary 11110101 10111 11000010 0 1011011 10101 100 100111010 1011100 110101

Color Harmonies of #F517C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517C2

Black with #F517C2

Text Example


Text Example

White with #F517C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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