#f022e5

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

Shades of Razzle Dazzle Rose #F022E5

Tints of Razzle Dazzle Rose #F022E5

Color information

#F022E5 (or 0xF022E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 22 and E5. RGB value is (240,34,229). Sum of RGB (Red+Green+Blue) = 240+34+229=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 34 (13.67% from 255 or 6.76% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F022E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022E5 is #0FDD1A. Grayscale: #757575. Windows color (decimal): -1039643 or 15016688. OLE color: 15016688.

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

Color convert

RGB24034229-
CMYK00.860.050.06
HSL303.2º87.29%53.73%-
HSV(B)303.2º85.83%94.12%-
XYZ50.6525.3376.35-
YUV117.82190.75215.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.71%
GREEN value IS 34 (13.67% from 255) = 6.76%
BLUE value IS 229 (89.84% from 255) = 45.53%
R=47.71%
G=6.76%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403422900.860.050.06303.287.2953.73
HexF022E50565612f5736
Octal3604234501265645712766
Binary1111000010001011100101010101101011101001011111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f022e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f022e5; }

 p { color: rgb(240,34,229); }

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

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

 a { background-color: rgb(240,34,229); }

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

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

 span { border-color: rgb(240,34,229); }

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