Html Css Color HEX #F513D1 Shocking Pink

📋 copy color: '#F513D1'

red 245 ◦ green 19 ◦ blue 209

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

Shades of Shocking Pink #F513D1

Tints of Shocking Pink #F513D1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.02%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 51.8%
G = 4.02%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F513D1 (or 0xF513D1) is known color: Shocking Pink. HEX triplet: F5, 13 and D1. RGB value is (245,19,209). Sum of RGB (Red+Green+Blue) = 245+19+209=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F513D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513D1 is #0AEC2E. Grayscale: #6B6B6B. Windows color (decimal): -715823 or 13702133. OLE color: 13702133.

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

Color convert

RGB 245 19 209 -
CMYK 0 0.92 0.15 0.04
HSL 309.56º 0.92% 0.52% -
HSV(B) 309.56º 0.92% 0.96% -
XYZ 49.4 24.48 62.44 -
YUV 108.23 184.87 225.55 -
System Red Green Blue C M Y K H S L
Decimal 245 19 209 0 0.92 0.15 0.04 309.56 0.92 0.52
Hex F5 13 D1 0 5C F 4 136 5C 34
Octal 365 23 321 0 134 17 4 466 134 64
Binary 11110101 10011 11010001 0 1011100 1111 100 100110110 1011100 110100

Color Harmonies of #F513D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513D1

Black with #F513D1

Text Example


Text Example

White with #F513D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513D1; }

 p { color: rgb(245,19,209); }

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

background-color css

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

 a { background-color: rgb(245,19,209); }

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

border-color css

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

 span { border-color: rgb(245,19,209); }

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