#F02BEE

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

Shades of Razzle Dazzle Rose #F02BEE

Tints of Razzle Dazzle Rose #F02BEE

Color information

#F02BEE (or 0xF02BEE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F0, 2B and EE. RGB value is (240,43,238). Sum of RGB (Red+Green+Blue) = 240+43+238=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 43 (17.19% from 255 or 8.25% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F02BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02BEE is #0FD411. Grayscale: #7B7B7B. Windows color (decimal): -1037330 or 15608816. OLE color: 15608816.

HSL color Cylindrical-coordinate representation of color #F02BEE: hue angle of 300.61º 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 #F02BEE is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB24043238-
CMYK00.820.010.06
HSL300.61º86.78%55.49%-
HSV(B)300.61º82.08%94.12%-
XYZ52.2326.4383.24-
YUV124.13192.27210.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 43 (17.19% from 255) = 8.25%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=46.07%
G=8.25%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404323800.820.010.06300.6186.7855.49
HexF02BEE0521612d5737
Octal3605335601221645512767
Binary11110000101011111011100101001011101001011011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02BEE; }

 p { color: rgb(240,43,238); }

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

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

 a { background-color: rgb(240,43,238); }

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

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

 span { border-color: rgb(240,43,238); }

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