#F325EA

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

Shades of Razzle Dazzle Rose #F325EA

Tints of Razzle Dazzle Rose #F325EA

Color information

#F325EA (or 0xF325EA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 25 and EA. RGB value is (243,37,234). Sum of RGB (Red+Green+Blue) = 243+37+234=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 37 (14.84% from 255 or 7.20% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F325EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F325EA is #0CDA15. Grayscale: #787878. Windows color (decimal): -842262 or 15345139. OLE color: 15345139.

HSL color Cylindrical-coordinate representation of color #F325EA: hue angle of 302.62º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F325EA is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB24337234-
CMYK00.850.040.05
HSL302.62º89.57%54.9%-
HSV(B)302.62º84.77%95.29%-
XYZ52.4826.3280.16-
YUV121.05191.75214.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 37 (14.84% from 255) = 7.20%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=47.28%
G=7.20%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433723400.850.040.05302.6289.5754.9
HexF325EA0554512f5a37
Octal3634535201254545713267
Binary1111001110010111101010010101011001011001011111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F325EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F325EA; }

 p { color: rgb(243,37,234); }

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

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

 a { background-color: rgb(243,37,234); }

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

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

 span { border-color: rgb(243,37,234); }

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