#F13EDE

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

Shades of Razzle Dazzle Rose #F13EDE

Tints of Razzle Dazzle Rose #F13EDE

Color information

#F13EDE (or 0xF13EDE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3E and DE. RGB value is (241,62,222). Sum of RGB (Red+Green+Blue) = 241+62+222=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 62 (24.61% from 255 or 11.81% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EDE is #0EC121. Grayscale: #858585. Windows color (decimal): -966946 or 14565105. OLE color: 14565105.

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

Color convert

RGB24162222-
CMYK00.740.080.05
HSL306.37º86.47%59.41%-
HSV(B)306.37º74.27%94.51%-
XYZ51.1827.4271.7-
YUV133.76177.8204.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 62 (24.61% from 255) = 11.81%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=45.90%
G=11.81%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416222200.740.080.05306.3786.4759.41
HexF13EDE04A85132563b
Octal36176336011210546212673
Binary11110001111110110111100100101010001011001100101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13EDE; }

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

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

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

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

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

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

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

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