#F13EB5

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

Shades of Razzle Dazzle Rose #F13EB5

Tints of Razzle Dazzle Rose #F13EB5

Color information

#F13EB5 (or 0xF13EB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3E and B5. RGB value is (241,62,181). Sum of RGB (Red+Green+Blue) = 241+62+181=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EB5 is #0EC14A. Grayscale: #808080. Windows color (decimal): -966987 or 11878129. OLE color: 11878129.

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

Color convert

RGB24162181-
CMYK00.740.250.05
HSL320.11º86.47%59.41%-
HSV(B)320.11º74.27%94.51%-
XYZ46.3425.4846.19-
YUV129.09157.3207.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.79%
GREEN value IS 62 (24.61% from 255) = 12.81%
BLUE value IS 181 (71.09% from 255) = 37.40%
R=49.79%
G=12.81%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416218100.740.250.05320.1186.4759.41
HexF13EB504A195140563b
Octal36176265011231550012673
Binary111100011111101011010101001010110011011010000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13EB5; }

 p { color: rgb(241,62,181); }

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

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

 a { background-color: rgb(241,62,181); }

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

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

 span { border-color: rgb(241,62,181); }

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