#F135EC

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

Shades of Razzle Dazzle Rose #F135EC

Tints of Razzle Dazzle Rose #F135EC

Color information

#F135EC (or 0xF135EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 35 and EC. RGB value is (241,53,236). Sum of RGB (Red+Green+Blue) = 241+53+236=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 53 (21.09% from 255 or 10% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F135EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F135EC is #0ECA13. Grayscale: #818181. Windows color (decimal): -969236 or 15480305. OLE color: 15480305.

HSL color Cylindrical-coordinate representation of color #F135EC: hue angle of 301.6º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F135EC is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB24153236-
CMYK00.780.020.05
HSL301.6º87.04%57.65%-
HSV(B)301.6º78.01%94.51%-
XYZ52.6927.381.85-
YUV130.07187.78207.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 53 (21.09% from 255) = 10%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=45.47%
G=10%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415323600.780.020.05301.687.0457.65
HexF135EC04E2512e573a
Octal3616535401162545612772
Binary111100011101011110110001001110101011001011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F135EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F135EC; }

 p { color: rgb(241,53,236); }

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

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

 a { background-color: rgb(241,53,236); }

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

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

 span { border-color: rgb(241,53,236); }

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