#F33AD4

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

Shades of Razzle Dazzle Rose #F33AD4

Tints of Razzle Dazzle Rose #F33AD4

Color information

#F33AD4 (or 0xF33AD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 3A and D4. RGB value is (243,58,212). Sum of RGB (Red+Green+Blue) = 243+58+212=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 58 (23.05% from 255 or 11.31% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F33AD4 is #0CC52B. Grayscale: #828282. Windows color (decimal): -836908 or 13908723. OLE color: 13908723.

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

Color convert

RGB24358212-
CMYK00.760.130.05
HSL310.05º88.52%59.02%-
HSV(B)310.05º76.13%95.29%-
XYZ50.3626.8364.81-
YUV130.87173.79207.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.37%
GREEN value IS 58 (23.05% from 255) = 11.31%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=47.37%
G=11.31%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435821200.760.130.05310.0588.5259.02
HexF33AD404CD5136593b
Octal36372324011415546613173
Binary11110011111010110101000100110011011011001101101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33AD4; }

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

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

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

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

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

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

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

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