#F133D8

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

Shades of Razzle Dazzle Rose #F133D8

Tints of Razzle Dazzle Rose #F133D8

Color information

#F133D8 (or 0xF133D8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and D8. RGB value is (241,51,216). Sum of RGB (Red+Green+Blue) = 241+51+216=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F133D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133D8 is #0ECC27. Grayscale: #7E7E7E. Windows color (decimal): -969768 or 14169073. OLE color: 14169073.

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

Color convert

RGB24151216-
CMYK00.790.100.05
HSL307.89º87.16%57.25%-
HSV(B)307.89º78.84%94.51%-
XYZ49.8526.0367.36-
YUV126.62178.45209.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.44%
GREEN value IS 51 (20.31% from 255) = 10.04%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=47.44%
G=10.04%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415121600.790.100.05307.8987.1657.25
HexF133D804FA51345739
Octal36163330011712546412771
Binary11110001110011110110000100111110101011001101001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133D8; }

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

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

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

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

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

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

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

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