#F13ADE

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

Shades of Razzle Dazzle Rose #F13ADE

Tints of Razzle Dazzle Rose #F13ADE

Color information

#F13ADE (or 0xF13ADE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3A and DE. RGB value is (241,58,222). Sum of RGB (Red+Green+Blue) = 241+58+222=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ADE is #0EC521. Grayscale: #828282. Windows color (decimal): -967970 or 14564081. OLE color: 14564081.

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

Color convert

RGB24158222-
CMYK00.760.080.05
HSL306.23º86.73%58.63%-
HSV(B)306.23º75.93%94.51%-
XYZ50.972771.63-
YUV131.41179.13206.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 58 (23.05% from 255) = 11.13%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=46.26%
G=11.13%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2415822200.760.080.05306.2386.7358.63
HexF13ADE04C85132573b
Octal36172336011410546212773
Binary11110001111010110111100100110010001011001100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13ADE; }

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

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

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

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

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

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

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

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