#F330CE

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

Shades of Razzle Dazzle Rose #F330CE

Tints of Razzle Dazzle Rose #F330CE

Color information

#F330CE (or 0xF330CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 30 and CE. RGB value is (243,48,206). Sum of RGB (Red+Green+Blue) = 243+48+206=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F330CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F330CE is #0CCF31. Grayscale: #7B7B7B. Windows color (decimal): -839474 or 13512947. OLE color: 13512947.

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

Color convert

RGB24348206-
CMYK00.800.150.05
HSL311.38º89.04%57.06%-
HSV(B)311.38º80.25%95.29%-
XYZ49.1625.6260.75-
YUV124.32174.1212.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 48 (19.14% from 255) = 9.66%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=48.89%
G=9.66%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434820600.800.150.05311.3889.0457.06
HexF330CE050F51375939
Octal36360316012017546713171
Binary11110011110000110011100101000011111011001101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F330CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F330CE; }

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

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

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

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

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

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

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

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