#F331DE

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

Shades of Razzle Dazzle Rose #F331DE

Tints of Razzle Dazzle Rose #F331DE

Color information

#F331DE (or 0xF331DE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 31 and DE. RGB value is (243,49,222). Sum of RGB (Red+Green+Blue) = 243+49+222=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F331DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331DE is #0CCE21. Grayscale: #7E7E7E. Windows color (decimal): -839202 or 14561779. OLE color: 14561779.

HSL color Cylindrical-coordinate representation of color #F331DE: hue angle of 306.49º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F331DE is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24349222-
CMYK00.800.090.05
HSL306.49º88.99%57.25%-
HSV(B)306.49º79.84%95.29%-
XYZ51.2526.5371.53-
YUV126.73181.77210.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 49 (19.53% from 255) = 9.53%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=47.28%
G=9.53%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434922200.800.090.05306.4988.9957.25
HexF331DE050951325939
Octal36361336012011546213171
Binary11110011110001110111100101000010011011001100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F331DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F331DE; }

 p { color: rgb(243,49,222); }

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

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

 a { background-color: rgb(243,49,222); }

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

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

 span { border-color: rgb(243,49,222); }

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