Html Css Color HEX #F516D2 Shocking Pink

📋 copy color: '#F516D2'

red 245 ◦ green 22 ◦ blue 210

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

Shades of Shocking Pink #F516D2

Tints of Shocking Pink #F516D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 51.36%
G = 4.61%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F516D2 (or 0xF516D2) is known color: Shocking Pink. HEX triplet: F5, 16 and D2. RGB value is (245,22,210). Sum of RGB (Red+Green+Blue) = 245+22+210=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F516D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516D2 is #0AE92D. Grayscale: #6D6D6D. Windows color (decimal): -715054 or 13768437. OLE color: 13768437.

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

Color convert

RGB 245 22 210 -
CMYK 0 0.91 0.14 0.04
HSL 309.42º 0.92% 0.52% -
HSV(B) 309.42º 0.91% 0.96% -
XYZ 49.58 24.64 63.12 -
YUV 110.11 184.38 224.21 -
System Red Green Blue C M Y K H S L
Decimal 245 22 210 0 0.91 0.14 0.04 309.42 0.92 0.52
Hex F5 16 D2 0 5B E 4 135 5C 34
Octal 365 26 322 0 133 16 4 465 134 64
Binary 11110101 10110 11010010 0 1011011 1110 100 100110101 1011100 110100

Color Harmonies of #F516D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516D2

Black with #F516D2

Text Example


Text Example

White with #F516D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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