#F33AD5

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

Shades of Razzle Dazzle Rose #F33AD5

Tints of Razzle Dazzle Rose #F33AD5

Color information

#F33AD5 (or 0xF33AD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 3A and D5. RGB value is (243,58,213). Sum of RGB (Red+Green+Blue) = 243+58+213=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33AD5 is #0CC52A. Grayscale: #828282. Windows color (decimal): -836907 or 13974259. OLE color: 13974259.

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

Color convert

RGB24358213-
CMYK00.760.120.05
HSL309.73º88.52%59.02%-
HSV(B)309.73º76.13%95.29%-
XYZ50.4926.8865.48-
YUV130.99174.29207.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.28%
GREEN value IS 58 (23.05% from 255) = 11.28%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=47.28%
G=11.28%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435821300.760.120.05309.7388.5259.02
HexF33AD504CC5136593b
Octal36372325011414546613173
Binary11110011111010110101010100110011001011001101101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33AD5; }

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

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

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

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

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

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

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

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