#FE40CB

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

Shades of Razzle Dazzle Rose #FE40CB

Tints of Razzle Dazzle Rose #FE40CB

Color information

#FE40CB (or 0xFE40CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 40 and CB. RGB value is (254,64,203). Sum of RGB (Red+Green+Blue) = 254+64+203=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40CB is #01BF34. Grayscale: #888888. Windows color (decimal): -114485 or 13320446. OLE color: 13320446.

HSL color Cylindrical-coordinate representation of color #FE40CB: hue angle of 316.11º 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 #FE40CB is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB25464203-
CMYK00.750.200.00
HSL316.11º98.96%62.35%-
HSV(B)316.11º74.8%99.61%-
XYZ53.4929.0559.29-
YUV136.66165.45211.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 64 (25.39% from 255) = 12.28%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=48.75%
G=12.28%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546420300.750.200.00316.1198.9662.35
HexFE40CB04B14013c633e
Octal376100313011324047414376
Binary11111110100000011001011010010111010001001111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE40CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE40CB; }

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

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

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

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

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

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

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

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