Html Css Color HEX #F511B6 Shocking Pink

📋 copy color: '#F511B6'

red 245 ◦ green 17 ◦ blue 182

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

Shades of Shocking Pink #F511B6

Tints of Shocking Pink #F511B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 55.18%
G = 3.83%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F511B6 (or 0xF511B6) is known color: Shocking Pink. HEX triplet: F5, 11 and B6. RGB value is (245,17,182). Sum of RGB (Red+Green+Blue) = 245+17+182=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F511B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F511B6 is #0AEE49. Grayscale: #676767. Windows color (decimal): -716362 or 11932149. OLE color: 11932149.

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

Color convert

RGB 245 17 182 -
CMYK 0 0.93 0.26 0.04
HSL 316.58º 0.92% 0.51% -
HSV(B) 316.58º 0.93% 0.96% -
XYZ 46.3 23.19 46.29 -
YUV 103.98 172.04 228.58 -
System Red Green Blue C M Y K H S L
Decimal 245 17 182 0 0.93 0.26 0.04 316.58 0.92 0.51
Hex F5 11 B6 0 5D 1A 4 13D 5C 33
Octal 365 21 266 0 135 32 4 475 134 63
Binary 11110101 10001 10110110 0 1011101 11010 100 100111101 1011100 110011

Color Harmonies of #F511B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511B6

Black with #F511B6

Text Example


Text Example

White with #F511B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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