#F13EDC

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

Shades of Razzle Dazzle Rose #F13EDC

Tints of Razzle Dazzle Rose #F13EDC

Color information

#F13EDC (or 0xF13EDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3E and DC. RGB value is (241,62,220). Sum of RGB (Red+Green+Blue) = 241+62+220=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EDC is #0EC123. Grayscale: #858585. Windows color (decimal): -966948 or 14434033. OLE color: 14434033.

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

Color convert

RGB24162220-
CMYK00.740.090.05
HSL307.04º86.47%59.41%-
HSV(B)307.04º74.27%94.51%-
XYZ50.9227.3170.3-
YUV133.53176.8204.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 62 (24.61% from 255) = 11.85%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=46.08%
G=11.85%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416222000.740.090.05307.0486.4759.41
HexF13EDC04A95133563b
Octal36176334011211546312673
Binary11110001111110110111000100101010011011001100111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13EDC; }

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

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

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

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

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

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

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

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