#F330CC

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

Shades of Razzle Dazzle Rose #F330CC

Tints of Razzle Dazzle Rose #F330CC

Color information

#F330CC (or 0xF330CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 30 and CC. RGB value is (243,48,204). Sum of RGB (Red+Green+Blue) = 243+48+204=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 48 (19.14% from 255 or 9.70% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F330CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F330CC is #0CCF33. Grayscale: #7B7B7B. Windows color (decimal): -839476 or 13381875. OLE color: 13381875.

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

Color convert

RGB24348204-
CMYK00.800.160.05
HSL312º89.04%57.06%-
HSV(B)312º80.25%95.29%-
XYZ48.9225.5359.48-
YUV124.09173.1212.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.09%
GREEN value IS 48 (19.14% from 255) = 9.70%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=49.09%
G=9.70%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434820400.800.160.0531289.0457.06
HexF330CC0501051385939
Octal36360314012020547013171
Binary111100111100001100110001010000100001011001110001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F330CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F330CC; }

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

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

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

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

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

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

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

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