#F02EC3

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

Shades of Razzle Dazzle Rose #F02EC3

Tints of Razzle Dazzle Rose #F02EC3

Color information

#F02EC3 (or 0xF02EC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2E and C3. RGB value is (240,46,195). Sum of RGB (Red+Green+Blue) = 240+46+195=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F02EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02EC3 is #0FD13C. Grayscale: #787878. Windows color (decimal): -1036605 or 12791536. OLE color: 12791536.

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

Color convert

RGB24046195-
CMYK00.810.190.06
HSL313.92º86.61%56.08%-
HSV(B)313.92º80.83%94.12%-
XYZ46.7624.4253.88-
YUV120.99169.77212.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 46 (18.36% from 255) = 9.56%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=49.90%
G=9.56%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404619500.810.190.06313.9286.6156.08
HexF02EC305113613a5738
Octal36056303012123647212770
Binary111100001011101100001101010001100111101001110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02EC3; }

 p { color: rgb(240,46,195); }

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

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

 a { background-color: rgb(240,46,195); }

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

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

 span { border-color: rgb(240,46,195); }

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