Html Css Color HEX #F511D1 Shocking Pink

📋 copy color: '#F511D1'

red 245 ◦ green 17 ◦ blue 209

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

Shades of Shocking Pink #F511D1

Tints of Shocking Pink #F511D1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.61%

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

R = 52.02%
G = 3.61%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F511D1 (or 0xF511D1) is known color: Shocking Pink. HEX triplet: F5, 11 and D1. RGB value is (245,17,209). Sum of RGB (Red+Green+Blue) = 245+17+209=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F511D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511D1 is #0AEE2E. Grayscale: #6A6A6A. Windows color (decimal): -716335 or 13701621. OLE color: 13701621.

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

Color convert

RGB 245 17 209 -
CMYK 0 0.93 0.15 0.04
HSL 309.47º 0.92% 0.51% -
HSV(B) 309.47º 0.93% 0.96% -
XYZ 49.37 24.42 62.43 -
YUV 107.06 185.54 226.39 -
System Red Green Blue C M Y K H S L
Decimal 245 17 209 0 0.93 0.15 0.04 309.47 0.92 0.51
Hex F5 11 D1 0 5D F 4 135 5C 33
Octal 365 21 321 0 135 17 4 465 134 63
Binary 11110101 10001 11010001 0 1011101 1111 100 100110101 1011100 110011

Color Harmonies of #F511D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511D1

Black with #F511D1

Text Example


Text Example

White with #F511D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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