Html Css Color HEX #FE11B5 Shocking Pink

📋 copy color: '#FE11B5'

red 254 ◦ green 17 ◦ blue 181

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

Shades of Shocking Pink #FE11B5

Tints of Shocking Pink #FE11B5

RGB

 RED value IS 254 (99.61% from 255) = 56.19%

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

 BLUE value IS 181 (71.09% from 255) = 40.04%

R = 56.19%
G = 3.76%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE11B5 (or 0xFE11B5) is known color: Shocking Pink. HEX triplet: FE, 11 and B5. RGB value is (254,17,181). Sum of RGB (Red+Green+Blue) = 254+17+181=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11B5 is #01EE4A. Grayscale: #6A6A6A. Windows color (decimal): -126539 or 11866622. OLE color: 11866622.

HSL color Cylindrical-coordinate representation of color #FE11B5: hue angle of 318.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11B5 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 17 181 -
CMYK 0 0.93 0.29 0.00
HSL 318.48º 0.99% 0.53% -
HSV(B) 318.48º 0.93% 1% -
XYZ 49.41 24.81 45.9 -
YUV 106.56 170.02 233.16 -
System Red Green Blue C M Y K H S L
Decimal 254 17 181 0 0.93 0.29 0.00 318.48 0.99 0.53
Hex FE 11 B5 0 5D 1D 0 13E 63 35
Octal 376 21 265 0 135 35 0 476 143 65
Binary 11111110 10001 10110101 0 1011101 11101 0 100111110 1100011 110101

Color Harmonies of #FE11B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11B5

Black with #FE11B5

Text Example


Text Example

White with #FE11B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11B5; }

 p { color: rgb(254,17,181); }

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

background-color css

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

 a { background-color: rgb(254,17,181); }

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

border-color css

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

 span { border-color: rgb(254,17,181); }

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