#F02AE7

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

Shades of Razzle Dazzle Rose #F02AE7

Tints of Razzle Dazzle Rose #F02AE7

Color information

#F02AE7 (or 0xF02AE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2A and E7. RGB value is (240,42,231). Sum of RGB (Red+Green+Blue) = 240+42+231=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02AE7 is #0FD518. Grayscale: #7A7A7A. Windows color (decimal): -1037593 or 15149808. OLE color: 15149808.

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

Color convert

RGB24042231-
CMYK00.820.040.06
HSL302.73º86.84%55.29%-
HSV(B)302.73º82.5%94.12%-
XYZ51.1925.9577.91-
YUV122.75189.1211.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 42 (16.80% from 255) = 8.19%
BLUE value IS 231 (90.62% from 255) = 45.03%
R=46.78%
G=8.19%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404223100.820.040.06302.7386.8455.29
HexF02AE70524612f5737
Octal3605234701224645712767
Binary1111000010101011100111010100101001101001011111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02AE7; }

 p { color: rgb(240,42,231); }

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

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

 a { background-color: rgb(240,42,231); }

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

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

 span { border-color: rgb(240,42,231); }

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