#F327ED

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

Shades of Razzle Dazzle Rose #F327ED

Tints of Razzle Dazzle Rose #F327ED

Color information

#F327ED (or 0xF327ED) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 27 and ED. RGB value is (243,39,237). Sum of RGB (Red+Green+Blue) = 243+39+237=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F327ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F327ED is #0CD812. Grayscale: #797979. Windows color (decimal): -841747 or 15542259. OLE color: 15542259.

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

Color convert

RGB24339237-
CMYK00.840.020.05
HSL301.76º89.47%55.29%-
HSV(B)301.76º83.95%95.29%-
XYZ52.9726.6282.47-
YUV122.57192.59213.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 39 (15.62% from 255) = 7.51%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=46.82%
G=7.51%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433923700.840.020.05301.7689.4755.29
HexF327ED0542512e5937
Octal3634735501242545613167
Binary111100111001111110110101010100101011001011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F327ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F327ED; }

 p { color: rgb(243,39,237); }

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

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

 a { background-color: rgb(243,39,237); }

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

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

 span { border-color: rgb(243,39,237); }

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