#FE3FB4

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

Shades of Razzle Dazzle Rose #FE3FB4

Tints of Razzle Dazzle Rose #FE3FB4

Color information

#FE3FB4 (or 0xFE3FB4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 3F and B4. RGB value is (254,63,180). Sum of RGB (Red+Green+Blue) = 254+63+180=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3FB4 is #01C04B. Grayscale: #858585. Windows color (decimal): -114764 or 11812862. OLE color: 11812862.

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

Color convert

RGB25463180-
CMYK00.750.290.00
HSL323.25º98.96%62.16%-
HSV(B)323.25º75.2%99.61%-
XYZ50.8927.9245.89-
YUV133.45154.28213.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=51.11%
G=12.68%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546318000.750.290.00323.2598.9662.16
HexFE3FB404B1D0143633e
Octal37677264011335050314376
Binary1111111011111110110100010010111110101010000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3FB4; }

 p { color: rgb(254,63,180); }

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

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

 a { background-color: rgb(254,63,180); }

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

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

 span { border-color: rgb(254,63,180); }

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