#F133DD

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

Shades of Razzle Dazzle Rose #F133DD

Tints of Razzle Dazzle Rose #F133DD

Color information

#F133DD (or 0xF133DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and DD. RGB value is (241,51,221). Sum of RGB (Red+Green+Blue) = 241+51+221=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F133DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133DD is #0ECC22. Grayscale: #7E7E7E. Windows color (decimal): -969763 or 14496753. OLE color: 14496753.

HSL color Cylindrical-coordinate representation of color #F133DD: hue angle of 306.32º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F133DD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB24151221-
CMYK00.790.080.05
HSL306.32º87.16%57.25%-
HSV(B)306.32º78.84%94.51%-
XYZ50.5126.2970.82-
YUV127.19180.95209.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 51 (20.31% from 255) = 9.94%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=46.98%
G=9.94%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415122100.790.080.05306.3287.1657.25
HexF133DD04F851325739
Octal36163335011710546212771
Binary11110001110011110111010100111110001011001100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133DD; }

 p { color: rgb(241,51,221); }

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

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

 a { background-color: rgb(241,51,221); }

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

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

 span { border-color: rgb(241,51,221); }

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