Html Css Color HEX #F516D5 Shocking Pink

📋 copy color: '#F516D5'

red 245 ◦ green 22 ◦ blue 213

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

Shades of Shocking Pink #F516D5

Tints of Shocking Pink #F516D5

RGB

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

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

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

R = 51.04%
G = 4.58%
B = 44.38%

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

#F516D5 (or 0xF516D5) is known color: Shocking Pink. HEX triplet: F5, 16 and D5. RGB value is (245,22,213). Sum of RGB (Red+Green+Blue) = 245+22+213=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F516D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516D5 is #0AE92A. Grayscale: #6D6D6D. Windows color (decimal): -715051 or 13965045. OLE color: 13965045.

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

Color convert

RGB 245 22 213 -
CMYK 0 0.91 0.13 0.04
HSL 308.61º 0.92% 0.52% -
HSV(B) 308.61º 0.91% 0.96% -
XYZ 49.95 24.79 65.1 -
YUV 110.45 185.88 223.97 -
System Red Green Blue C M Y K H S L
Decimal 245 22 213 0 0.91 0.13 0.04 308.61 0.92 0.52
Hex F5 16 D5 0 5B D 4 135 5C 34
Octal 365 26 325 0 133 15 4 465 134 64
Binary 11110101 10110 11010101 0 1011011 1101 100 100110101 1011100 110100

Color Harmonies of #F516D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F516D5

Black with #F516D5

Text Example


Text Example

White with #F516D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F516D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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