#F031E1

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

Shades of Razzle Dazzle Rose #F031E1

Tints of Razzle Dazzle Rose #F031E1

Color information

#F031E1 (or 0xF031E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 31 and E1. RGB value is (240,49,225). Sum of RGB (Red+Green+Blue) = 240+49+225=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F031E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F031E1 is #0FCE1E. Grayscale: #7D7D7D. Windows color (decimal): -1035807 or 14758384. OLE color: 14758384.

HSL color Cylindrical-coordinate representation of color #F031E1: hue angle of 304.71º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F031E1 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB24049225-
CMYK00.800.060.06
HSL304.71º86.43%56.67%-
HSV(B)304.71º79.58%94.12%-
XYZ50.6226.1673.61-
YUV126.17183.78209.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 49 (19.53% from 255) = 9.53%
BLUE value IS 225 (88.28% from 255) = 43.77%
R=46.69%
G=9.53%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404922500.800.060.06304.7186.4356.67
HexF031E1050661315639
Octal3606134101206646112671
Binary1111000011000111100001010100001101101001100011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F031E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F031E1; }

 p { color: rgb(240,49,225); }

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

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

 a { background-color: rgb(240,49,225); }

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

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

 span { border-color: rgb(240,49,225); }

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