#FF33C9

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

Shades of Razzle Dazzle Rose #FF33C9

Tints of Razzle Dazzle Rose #FF33C9

Color information

#FF33C9 (or 0xFF33C9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 33 and C9. RGB value is (255,51,201). Sum of RGB (Red+Green+Blue) = 255+51+201=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33C9 is #00CC36. Grayscale: #808080. Windows color (decimal): -52279 or 13186047. OLE color: 13186047.

HSL color Cylindrical-coordinate representation of color #FF33C9: hue angle of 315.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33C9 is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB25551201-
CMYK00.80.210
HSL315.88º100%60%-
HSV(B)315.88º80%100%-
XYZ52.9727.8457.84-
YUV129.1168.59217.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 51 (20.31% from 255) = 10.06%
BLUE value IS 201 (78.91% from 255) = 39.64%
R=50.30%
G=10.06%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555120100.80.210315.8810060
HexFF33C905015013c643c
Octal37763311012025047414474
Binary1111111111001111001001010100001010101001111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33C9; }

 p { color: rgb(255,51,201); }

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

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

 a { background-color: rgb(255,51,201); }

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

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

 span { border-color: rgb(255,51,201); }

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