#FF33CB

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

Shades of Razzle Dazzle Rose #FF33CB

Tints of Razzle Dazzle Rose #FF33CB

Color information

#FF33CB (or 0xFF33CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 33 and CB. RGB value is (255,51,203). Sum of RGB (Red+Green+Blue) = 255+51+203=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33CB is #00CC34. Grayscale: #808080. Windows color (decimal): -52277 or 13317119. OLE color: 13317119.

HSL color Cylindrical-coordinate representation of color #FF33CB: hue angle of 315.29º 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 #FF33CB is Cyan = 0, Magento = 0.8, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB25551203-
CMYK00.80.200
HSL315.29º100%60%-
HSV(B)315.29º80%100%-
XYZ53.227.9459.09-
YUV129.32169.59217.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 51 (20.31% from 255) = 10.02%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=50.10%
G=10.02%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555120300.80.200315.2910060
HexFF33CB05014013b643c
Octal37763313012024047314474
Binary1111111111001111001011010100001010001001110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF33CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF33CB; }

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

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

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

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

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

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

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

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