#fe03b5

Color #FE03B5 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FE03B5

Tints of Shocking Pink #FE03B5

Color information

#FE03B5 (or 0xFE03B5) is unknown color: approx Shocking Pink. HEX triplet: FE, 03 and B5. RGB value is (254,3,181). Sum of RGB (Red+Green+Blue) = 254+3+181=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE03B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE03B5 is #01FC4A. Grayscale: #616161. Windows color (decimal): -130123 or 11863038. OLE color: 11863038.

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

Color convert

RGB2543181-
CMYK00.990.290.00
HSL317.45º99.21%50.39%-
HSV(B)317.45º98.82%99.61%-
XYZ49.2524.4745.84-
YUV98.34174.66239.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.99%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=57.99%
G=0.68%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254318100.990.290.00317.4599.2150.39
HexFE3B50631D013d6332
Octal3763265014335047514362
Binary111111101110110101011000111110101001111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe03b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe03b5; }

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

 H1.HeaderClassName
 {
   color: #fe03b5;
 }
 .AnyTagClassName
 {
   color: #fe03b5;
 }
</style>
background-color css

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

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

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

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

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

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