#F13BE9

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

Shades of Razzle Dazzle Rose #F13BE9

Tints of Razzle Dazzle Rose #F13BE9

Color information

#F13BE9 (or 0xF13BE9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3B and E9. RGB value is (241,59,233). Sum of RGB (Red+Green+Blue) = 241+59+233=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 59 (23.44% from 255 or 11.07% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13BE9 is #0EC416. Grayscale: #848484. Windows color (decimal): -967703 or 15285233. OLE color: 15285233.

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

Color convert

RGB24159233-
CMYK00.760.030.05
HSL302.64º86.67%58.82%-
HSV(B)302.64º75.52%94.51%-
XYZ52.5527.7179.67-
YUV133.25184.3204.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 59 (23.44% from 255) = 11.07%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=45.22%
G=11.07%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415923300.760.030.05302.6486.6758.82
HexF13BE904C3512f573b
Octal3617335101143545712773
Binary111100011110111110100101001100111011001011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13BE9; }

 p { color: rgb(241,59,233); }

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

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

 a { background-color: rgb(241,59,233); }

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

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

 span { border-color: rgb(241,59,233); }

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