#F13BEA

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

Shades of Razzle Dazzle Rose #F13BEA

Tints of Razzle Dazzle Rose #F13BEA

Color information

#F13BEA (or 0xF13BEA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3B and EA. RGB value is (241,59,234). Sum of RGB (Red+Green+Blue) = 241+59+234=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 59 (23.44% from 255 or 11.05% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13BEA is #0EC415. Grayscale: #848484. Windows color (decimal): -967702 or 15350769. OLE color: 15350769.

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

Color convert

RGB24159234-
CMYK00.760.030.05
HSL302.31º86.67%58.82%-
HSV(B)302.31º75.52%94.51%-
XYZ52.6927.7780.42-
YUV133.37184.8204.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 59 (23.44% from 255) = 11.05%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=45.13%
G=11.05%
B=43.82%

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
Decimal2415923400.760.030.05302.3186.6758.82
HexF13BEA04C3512e573b
Octal3617335201143545612773
Binary111100011110111110101001001100111011001011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13BEA; }

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

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

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

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

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

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

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

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