#FE06B9

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

Shades of Shocking Pink #FE06B9

Tints of Shocking Pink #FE06B9

Color information

#FE06B9 (or 0xFE06B9) is unknown color: approx Shocking Pink. HEX triplet: FE, 06 and B9. RGB value is (254,6,185). Sum of RGB (Red+Green+Blue) = 254+6+185=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06B9 is #01F946. Grayscale: #646464. Windows color (decimal): -129351 or 12125950. OLE color: 12125950.

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

Color convert

RGB2546185-
CMYK00.980.270.00
HSL316.69º99.2%50.98%-
HSV(B)316.69º97.64%99.61%-
XYZ49.724.748.05-
YUV100.56175.66237.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.08%
GREEN value IS 6 (2.73% from 255) = 1.35%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=57.08%
G=1.35%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254618500.980.270.00316.6999.250.98
HexFE6B90621B013d6333
Octal3766271014233047514363
Binary1111111011010111001011000101101101001111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE06B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE06B9; }

 p { color: rgb(254,6,185); }

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

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

 a { background-color: rgb(254,6,185); }

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

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

 span { border-color: rgb(254,6,185); }

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