#F531EA

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

Shades of Razzle Dazzle Rose #F531EA

Tints of Razzle Dazzle Rose #F531EA

Color information

#F531EA (or 0xF531EA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F5, 31 and EA. RGB value is (245,49,234). Sum of RGB (Red+Green+Blue) = 245+49+234=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F531EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F531EA is #0ACE15. Grayscale: #808080. Windows color (decimal): -708118 or 15348213. OLE color: 15348213.

HSL color Cylindrical-coordinate representation of color #F531EA: hue angle of 303.37º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F531EA is Cyan = 0, Magento = 0.8, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24549234-
CMYK00.80.040.04
HSL303.37º90.74%57.65%-
HSV(B)303.37º80%96.08%-
XYZ53.6127.5580.33-
YUV128.69187.43210.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.40%
GREEN value IS 49 (19.53% from 255) = 9.28%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=46.40%
G=9.28%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454923400.80.040.04303.3790.7457.65
HexF531EA0504412f5b3a
Octal3656135201204445713372
Binary1111010111000111101010010100001001001001011111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F531EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F531EA; }

 p { color: rgb(245,49,234); }

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

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

 a { background-color: rgb(245,49,234); }

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

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

 span { border-color: rgb(245,49,234); }

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