#F13BE3

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

Shades of Razzle Dazzle Rose #F13BE3

Tints of Razzle Dazzle Rose #F13BE3

Color information

#F13BE3 (or 0xF13BE3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3B and E3. RGB value is (241,59,227). Sum of RGB (Red+Green+Blue) = 241+59+227=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 59 (23.44% from 255 or 11.20% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13BE3 is #0EC41C. Grayscale: #848484. Windows color (decimal): -967709 or 14892017. OLE color: 14892017.

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

Color convert

RGB24159227-
CMYK00.760.060.05
HSL304.62º86.67%58.82%-
HSV(B)304.62º75.52%94.51%-
XYZ51.727.3775.23-
YUV132.57181.3205.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 59 (23.44% from 255) = 11.20%
BLUE value IS 227 (89.06% from 255) = 43.07%
R=45.73%
G=11.20%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415922700.760.060.05304.6286.6758.82
HexF13BE304C65131573b
Octal3617334301146546112773
Binary1111000111101111100011010011001101011001100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13BE3; }

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

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

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

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

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

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

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

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