Html Css Color HEX #F516C2 Shocking Pink

📋 copy color: '#F516C2'

red 245 ◦ green 22 ◦ blue 194

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

Shades of Shocking Pink #F516C2

Tints of Shocking Pink #F516C2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.77%

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

R = 53.15%
G = 4.77%
B = 42.08%

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

#F516C2 (or 0xF516C2) is known color: Shocking Pink. HEX triplet: F5, 16 and C2. RGB value is (245,22,194). Sum of RGB (Red+Green+Blue) = 245+22+194=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F516C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516C2 is #0AE93D. Grayscale: #6B6B6B. Windows color (decimal): -715070 or 12719861. OLE color: 12719861.

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

Color convert

RGB 245 22 194 -
CMYK 0 0.91 0.21 0.04
HSL 313.72º 0.92% 0.52% -
HSV(B) 313.72º 0.91% 0.96% -
XYZ 47.68 23.88 53.14 -
YUV 108.29 176.38 225.51 -
System Red Green Blue C M Y K H S L
Decimal 245 22 194 0 0.91 0.21 0.04 313.72 0.92 0.52
Hex F5 16 C2 0 5B 15 4 13A 5C 34
Octal 365 26 302 0 133 25 4 472 134 64
Binary 11110101 10110 11000010 0 1011011 10101 100 100111010 1011100 110100

Color Harmonies of #F516C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516C2

Black with #F516C2

Text Example


Text Example

White with #F516C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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