#F133BB

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

Shades of Razzle Dazzle Rose #F133BB

Tints of Razzle Dazzle Rose #F133BB

Color information

#F133BB (or 0xF133BB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and BB. RGB value is (241,51,187). Sum of RGB (Red+Green+Blue) = 241+51+187=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F133BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133BB is #0ECC44. Grayscale: #7A7A7A. Windows color (decimal): -969797 or 12268529. OLE color: 12268529.

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

Color convert

RGB24151187-
CMYK00.790.220.05
HSL317.05º87.16%57.25%-
HSV(B)317.05º78.84%94.51%-
XYZ46.4324.6649.33-
YUV123.31163.95211.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 51 (20.31% from 255) = 10.65%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=50.31%
G=10.65%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415118700.790.220.05317.0587.1657.25
HexF133BB04F16513d5739
Octal36163273011726547512771
Binary111100011100111011101101001111101101011001111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133BB; }

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

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

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

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

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

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

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

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