#F133D6

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

Shades of Razzle Dazzle Rose #F133D6

Tints of Razzle Dazzle Rose #F133D6

Color information

#F133D6 (or 0xF133D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and D6. RGB value is (241,51,214). Sum of RGB (Red+Green+Blue) = 241+51+214=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 51 (20.31% from 255 or 10.08% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F133D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133D6 is #0ECC29. Grayscale: #7D7D7D. Windows color (decimal): -969770 or 14038001. OLE color: 14038001.

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

Color convert

RGB24151214-
CMYK00.790.110.05
HSL308.53º87.16%57.25%-
HSV(B)308.53º78.84%94.51%-
XYZ49.625.9266.01-
YUV126.39177.45209.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 51 (20.31% from 255) = 10.08%
BLUE value IS 214 (83.98% from 255) = 42.29%
R=47.63%
G=10.08%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415121400.790.110.05308.5387.1657.25
HexF133D604FB51355739
Octal36163326011713546512771
Binary11110001110011110101100100111110111011001101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133D6; }

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

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

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

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

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

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

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

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