#F330DE

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

Shades of Razzle Dazzle Rose #F330DE

Tints of Razzle Dazzle Rose #F330DE

Color information

#F330DE (or 0xF330DE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 30 and DE. RGB value is (243,48,222). Sum of RGB (Red+Green+Blue) = 243+48+222=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 48 (19.14% from 255 or 9.36% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F330DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F330DE is #0CCF21. Grayscale: #7D7D7D. Windows color (decimal): -839458 or 14561523. OLE color: 14561523.

HSL color Cylindrical-coordinate representation of color #F330DE: hue angle of 306.46º 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 #F330DE is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24348222-
CMYK00.800.090.05
HSL306.46º89.04%57.06%-
HSV(B)306.46º80.25%95.29%-
XYZ51.226.4471.51-
YUV126.14182.1211.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.37%
GREEN value IS 48 (19.14% from 255) = 9.36%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=47.37%
G=9.36%
B=43.27%

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
Decimal2434822200.800.090.05306.4689.0457.06
HexF330DE050951325939
Octal36360336012011546213171
Binary11110011110000110111100101000010011011001100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F330DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F330DE; }

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

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

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

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

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

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

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

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