Html Css Color HEX #F517D4 Shocking Pink

📋 copy color: '#F517D4'

red 245 ◦ green 23 ◦ blue 212

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

Shades of Shocking Pink #F517D4

Tints of Shocking Pink #F517D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.17%

R = 51.04%
G = 4.79%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F517D4 (or 0xF517D4) is known color: Shocking Pink. HEX triplet: F5, 17 and D4. RGB value is (245,23,212). Sum of RGB (Red+Green+Blue) = 245+23+212=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F517D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517D4 is #0AE82B. Grayscale: #6E6E6E. Windows color (decimal): -714796 or 13899765. OLE color: 13899765.

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

Color convert

RGB 245 23 212 -
CMYK 0 0.91 0.13 0.04
HSL 308.92º 0.92% 0.53% -
HSV(B) 308.92º 0.91% 0.96% -
XYZ 49.85 24.78 64.44 -
YUV 110.92 185.05 223.63 -
System Red Green Blue C M Y K H S L
Decimal 245 23 212 0 0.91 0.13 0.04 308.92 0.92 0.53
Hex F5 17 D4 0 5B D 4 135 5C 35
Octal 365 27 324 0 133 15 4 465 134 65
Binary 11110101 10111 11010100 0 1011011 1101 100 100110101 1011100 110101

Color Harmonies of #F517D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F517D4

Black with #F517D4

Text Example


Text Example

White with #F517D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F517D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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