#F13AE8

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

Shades of Razzle Dazzle Rose #F13AE8

Tints of Razzle Dazzle Rose #F13AE8

Color information

#F13AE8 (or 0xF13AE8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3A and E8. RGB value is (241,58,232). Sum of RGB (Red+Green+Blue) = 241+58+232=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 58 (23.05% from 255 or 10.92% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F13AE8 is #0EC517. Grayscale: #848484. Windows color (decimal): -967960 or 15219441. OLE color: 15219441.

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

Color convert

RGB24158232-
CMYK00.760.040.05
HSL302.95º86.73%58.63%-
HSV(B)302.95º75.93%94.51%-
XYZ52.3527.5578.9-
YUV132.55184.13205.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 58 (23.05% from 255) = 10.92%
BLUE value IS 232 (91.02% from 255) = 43.69%
R=45.39%
G=10.92%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415823200.760.040.05302.9586.7358.63
HexF13AE804C4512f573b
Octal3617235001144545712773
Binary1111000111101011101000010011001001011001011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13AE8; }

 p { color: rgb(241,58,232); }

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

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

 a { background-color: rgb(241,58,232); }

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

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

 span { border-color: rgb(241,58,232); }

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