#FF48E8

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

Shades of Razzle Dazzle Rose #FF48E8

Tints of Razzle Dazzle Rose #FF48E8

Color information

#FF48E8 (or 0xFF48E8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 48 and E8. RGB value is (255,72,232). Sum of RGB (Red+Green+Blue) = 255+72+232=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 72 (28.52% from 255 or 12.88% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF48E8 is #00B717. Grayscale: #909090. Windows color (decimal): -46872 or 15223039. OLE color: 15223039.

HSL color Cylindrical-coordinate representation of color #FF48E8: hue angle of 307.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF48E8 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB25572232-
CMYK00.720.090
HSL307.54º100%64.12%-
HSV(B)307.54º71.76%100%-
XYZ58.1231.7279.4-
YUV144.96177.13206.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 72 (28.52% from 255) = 12.88%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=45.62%
G=12.88%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557223200.720.090307.5410064.12
HexFF48E8048901346440
Octal3771103500110110464144100
Binary11111111100100011101000010010001001010011010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF48E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF48E8; }

 p { color: rgb(255,72,232); }

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

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

 a { background-color: rgb(255,72,232); }

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

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

 span { border-color: rgb(255,72,232); }

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