#FE31D4

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

Shades of Razzle Dazzle Rose #FE31D4

Tints of Razzle Dazzle Rose #FE31D4

Color information

#FE31D4 (or 0xFE31D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 31 and D4. RGB value is (254,49,212). Sum of RGB (Red+Green+Blue) = 254+49+212=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 49 (19.53% from 255 or 9.51% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31D4 is #01CE2B. Grayscale: #808080. Windows color (decimal): -118316 or 13906430. OLE color: 13906430.

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

Color convert

RGB25449212-
CMYK00.810.170.00
HSL312.29º99.03%59.41%-
HSV(B)312.29º80.71%99.61%-
XYZ53.8628.0264.86-
YUV128.88174.92217.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.32%
GREEN value IS 49 (19.53% from 255) = 9.51%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=49.32%
G=9.51%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544921200.810.170.00312.2999.0359.41
HexFE31D4051110138633b
Octal37661324012121047014373
Binary1111111011000111010100010100011000101001110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE31D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE31D4; }

 p { color: rgb(254,49,212); }

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

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

 a { background-color: rgb(254,49,212); }

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

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

 span { border-color: rgb(254,49,212); }

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