#F133DE

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

Shades of Razzle Dazzle Rose #F133DE

Tints of Razzle Dazzle Rose #F133DE

Color information

#F133DE (or 0xF133DE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and DE. RGB value is (241,51,222). Sum of RGB (Red+Green+Blue) = 241+51+222=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 51 (20.31% from 255 or 9.92% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F133DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133DE is #0ECC21. Grayscale: #7E7E7E. Windows color (decimal): -969762 or 14562289. OLE color: 14562289.

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

Color convert

RGB24151222-
CMYK00.790.080.05
HSL306º87.16%57.25%-
HSV(B)306º78.84%94.51%-
XYZ50.6426.3471.52-
YUV127.3181.45209.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 51 (20.31% from 255) = 9.92%
BLUE value IS 222 (87.11% from 255) = 43.19%
R=46.89%
G=9.92%
B=43.19%

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
Decimal2415122200.790.080.0530687.1657.25
HexF133DE04F851325739
Octal36163336011710546212771
Binary11110001110011110111100100111110001011001100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133DE; }

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

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

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

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

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

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

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

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