#F13FD2

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

Shades of Razzle Dazzle Rose #F13FD2

Tints of Razzle Dazzle Rose #F13FD2

Color information

#F13FD2 (or 0xF13FD2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 3F and D2. RGB value is (241,63,210). Sum of RGB (Red+Green+Blue) = 241+63+210=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 63 (25% from 255 or 12.26% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13FD2 is #0EC02D. Grayscale: #848484. Windows color (decimal): -966702 or 13778929. OLE color: 13778929.

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

Color convert

RGB24163210-
CMYK00.740.130.05
HSL310.45º86.41%59.61%-
HSV(B)310.45º73.86%94.51%-
XYZ49.6926.9163.55-
YUV132.98171.47205.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 63 (25% from 255) = 12.26%
BLUE value IS 210 (82.42% from 255) = 40.86%
R=46.89%
G=12.26%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416321000.740.130.05310.4586.4159.61
HexF13FD204AD5136563c
Octal36177322011215546612674
Binary11110001111111110100100100101011011011001101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13FD2; }

 p { color: rgb(241,63,210); }

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

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

 a { background-color: rgb(241,63,210); }

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

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

 span { border-color: rgb(241,63,210); }

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