#F12ED2

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

Shades of Razzle Dazzle Rose #F12ED2

Tints of Razzle Dazzle Rose #F12ED2

Color information

#F12ED2 (or 0xF12ED2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 2E and D2. RGB value is (241,46,210). Sum of RGB (Red+Green+Blue) = 241+46+210=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ED2 is #0ED12D. Grayscale: #7A7A7A. Windows color (decimal): -971054 or 13774577. OLE color: 13774577.

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

Color convert

RGB24146210-
CMYK00.810.130.05
HSL309.54º87.44%56.27%-
HSV(B)309.54º80.91%94.51%-
XYZ48.8925.3163.28-
YUV123177.1212.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 46 (18.36% from 255) = 9.26%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=48.49%
G=9.26%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2414621000.810.130.05309.5487.4456.27
HexF12ED2051D51365738
Octal36156322012115546612770
Binary11110001101110110100100101000111011011001101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12ED2; }

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

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

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

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

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

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

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

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