#FE38B9

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

Shades of Razzle Dazzle Rose #FE38B9

Tints of Razzle Dazzle Rose #FE38B9

Color information

#FE38B9 (or 0xFE38B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 38 and B9. RGB value is (254,56,185). Sum of RGB (Red+Green+Blue) = 254+56+185=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38B9 is #01C746. Grayscale: #818181. Windows color (decimal): -116551 or 12138750. OLE color: 12138750.

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

Color convert

RGB25456185-
CMYK00.780.270.00
HSL320.91º99%60.78%-
HSV(B)320.91º77.95%99.61%-
XYZ51.0427.448.5-
YUV129.91159.1216.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.31%
GREEN value IS 56 (22.27% from 255) = 11.31%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=51.31%
G=11.31%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545618500.780.270.00320.919960.78
HexFE38B904E1B0141633d
Octal37670271011633050114375
Binary1111111011100010111001010011101101101010000011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE38B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE38B9; }

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

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

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

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

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

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

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

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