Html Css Color HEX #F515D1 Shocking Pink

📋 copy color: '#F515D1'

red 245 ◦ green 21 ◦ blue 209

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

Shades of Shocking Pink #F515D1

Tints of Shocking Pink #F515D1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.42%

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

R = 51.58%
G = 4.42%
B = 44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F515D1 (or 0xF515D1) is known color: Shocking Pink. HEX triplet: F5, 15 and D1. RGB value is (245,21,209). Sum of RGB (Red+Green+Blue) = 245+21+209=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F515D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515D1 is #0AEA2E. Grayscale: #6C6C6C. Windows color (decimal): -715311 or 13702645. OLE color: 13702645.

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

Color convert

RGB 245 21 209 -
CMYK 0 0.91 0.15 0.04
HSL 309.64º 0.92% 0.52% -
HSV(B) 309.64º 0.91% 0.96% -
XYZ 49.43 24.55 62.46 -
YUV 109.41 184.21 224.71 -
System Red Green Blue C M Y K H S L
Decimal 245 21 209 0 0.91 0.15 0.04 309.64 0.92 0.52
Hex F5 15 D1 0 5B F 4 136 5C 34
Octal 365 25 321 0 133 17 4 466 134 64
Binary 11110101 10101 11010001 0 1011011 1111 100 100110110 1011100 110100

Color Harmonies of #F515D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515D1

Black with #F515D1

Text Example


Text Example

White with #F515D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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