#F133DF

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

Shades of Razzle Dazzle Rose #F133DF

Tints of Razzle Dazzle Rose #F133DF

Color information

#F133DF (or 0xF133DF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and DF. RGB value is (241,51,223). Sum of RGB (Red+Green+Blue) = 241+51+223=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 51 (20.31% from 255 or 9.90% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F133DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133DF is #0ECC20. Grayscale: #7E7E7E. Windows color (decimal): -969761 or 14627825. OLE color: 14627825.

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

Color convert

RGB24151223-
CMYK00.790.070.05
HSL305.68º87.16%57.25%-
HSV(B)305.68º78.84%94.51%-
XYZ50.7826.472.23-
YUV127.42181.95209.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 51 (20.31% from 255) = 9.90%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=46.80%
G=9.90%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415122300.790.070.05305.6887.1657.25
HexF133DF04F751325739
Octal3616333701177546212771
Binary1111000111001111011111010011111111011001100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133DF; }

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

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

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

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

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

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

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

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