#F135EF

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

Shades of Razzle Dazzle Rose #F135EF

Tints of Razzle Dazzle Rose #F135EF

Color information

#F135EF (or 0xF135EF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 35 and EF. RGB value is (241,53,239). Sum of RGB (Red+Green+Blue) = 241+53+239=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 53 (21.09% from 255 or 9.94% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F135EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F135EF is #0ECA10. Grayscale: #818181. Windows color (decimal): -969233 or 15676913. OLE color: 15676913.

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

Color convert

RGB24153239-
CMYK00.780.010.05
HSL300.64º87.04%57.65%-
HSV(B)300.64º78.01%94.51%-
XYZ53.1327.4884.17-
YUV130.42189.28206.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 53 (21.09% from 255) = 9.94%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=45.22%
G=9.94%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415323900.780.010.05300.6487.0457.65
HexF135EF04E1512d573a
Octal3616535701161545512772
Binary11110001110101111011110100111011011001011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F135EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F135EF; }

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

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

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

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

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

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

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

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