#F033D8

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

Shades of Razzle Dazzle Rose #F033D8

Tints of Razzle Dazzle Rose #F033D8

Color information

#F033D8 (or 0xF033D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 33 and D8. RGB value is (240,51,216). Sum of RGB (Red+Green+Blue) = 240+51+216=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F033D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F033D8 is #0FCC27. Grayscale: #7D7D7D. Windows color (decimal): -1035304 or 14169072. OLE color: 14169072.

HSL color Cylindrical-coordinate representation of color #F033D8: hue angle of 307.62º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F033D8 is Cyan = 0, Magento = 0.79, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB24051216-
CMYK00.790.10.06
HSL307.62º86.3%57.06%-
HSV(B)307.62º78.75%94.12%-
XYZ49.5125.8567.35-
YUV126.32178.62209.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.34%
GREEN value IS 51 (20.31% from 255) = 10.06%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=47.34%
G=10.06%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405121600.790.10.06307.6286.357.06
HexF033D804FA61345639
Octal36063330011712646412671
Binary11110000110011110110000100111110101101001101001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F033D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F033D8; }

 p { color: rgb(240,51,216); }

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

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

 a { background-color: rgb(240,51,216); }

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

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

 span { border-color: rgb(240,51,216); }

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