#F133D7

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

Shades of Razzle Dazzle Rose #F133D7

Tints of Razzle Dazzle Rose #F133D7

Color information

#F133D7 (or 0xF133D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 33 and D7. RGB value is (241,51,215). Sum of RGB (Red+Green+Blue) = 241+51+215=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F133D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F133D7 is #0ECC28. Grayscale: #7E7E7E. Windows color (decimal): -969769 or 14103537. OLE color: 14103537.

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

Color convert

RGB24151215-
CMYK00.790.110.05
HSL308.21º87.16%57.25%-
HSV(B)308.21º78.84%94.51%-
XYZ49.7325.9766.68-
YUV126.51177.95209.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 51 (20.31% from 255) = 10.06%
BLUE value IS 215 (84.38% from 255) = 42.41%
R=47.53%
G=10.06%
B=42.41%

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
Decimal2415121500.790.110.05308.2187.1657.25
HexF133D704FB51345739
Octal36163327011713546412771
Binary11110001110011110101110100111110111011001101001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F133D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F133D7; }

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

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

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

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

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

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

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

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