#FE40B6

Color #FE40B6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FE40B6

Tints of Razzle Dazzle Rose #FE40B6

Color information

#FE40B6 (or 0xFE40B6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 40 and B6. RGB value is (254,64,182). Sum of RGB (Red+Green+Blue) = 254+64+182=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40B6 is #01BF49. Grayscale: #858585. Windows color (decimal): -114506 or 11944190. OLE color: 11944190.

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

Color convert

RGB25464182-
CMYK00.750.280.00
HSL322.74º98.96%62.35%-
HSV(B)322.74º74.8%99.61%-
XYZ51.1528.1246.99-
YUV134.26154.95213.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 64 (25.39% from 255) = 12.8%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=50.8%
G=12.8%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546418200.750.280.00322.7498.9662.35
HexFE40B604B1C0143633e
Octal376100266011334050314376
Binary11111110100000010110110010010111110001010000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE40B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE40B6; }

 p { color: rgb(254,64,182); }

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

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

 a { background-color: rgb(254,64,182); }

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

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

 span { border-color: rgb(254,64,182); }

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