#F33ACE

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

Shades of Razzle Dazzle Rose #F33ACE

Tints of Razzle Dazzle Rose #F33ACE

Color information

#F33ACE (or 0xF33ACE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 3A and CE. RGB value is (243,58,206). Sum of RGB (Red+Green+Blue) = 243+58+206=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F33ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33ACE is #0CC531. Grayscale: #818181. Windows color (decimal): -836914 or 13515507. OLE color: 13515507.

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

Color convert

RGB24358206-
CMYK00.760.150.05
HSL312º88.52%59.02%-
HSV(B)312º76.13%95.29%-
XYZ49.6226.5460.9-
YUV130.19170.79208.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 58 (23.05% from 255) = 11.44%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=47.93%
G=11.44%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435820600.760.150.0531288.5259.02
HexF33ACE04CF5138593b
Octal36372316011417547013173
Binary11110011111010110011100100110011111011001110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33ACE; }

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

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

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

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

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

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

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

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