#F229EF

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

Shades of Razzle Dazzle Rose #F229EF

Tints of Razzle Dazzle Rose #F229EF

Color information

#F229EF (or 0xF229EF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 29 and EF. RGB value is (242,41,239). Sum of RGB (Red+Green+Blue) = 242+41+239=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 41 (16.41% from 255 or 7.85% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F229EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F229EF is #0DD610. Grayscale: #7B7B7B. Windows color (decimal): -906769 or 15673842. OLE color: 15673842.

HSL color Cylindrical-coordinate representation of color #F229EF: hue angle of 300.9º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229EF is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24241239-
CMYK00.830.010.05
HSL300.9º88.55%55.49%-
HSV(B)300.9º83.06%94.9%-
XYZ52.9926.784.02-
YUV123.67193.09212.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 41 (16.41% from 255) = 7.85%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=46.36%
G=7.85%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424123900.830.010.05300.988.5555.49
HexF229EF0531512d5937
Octal3625135701231545513167
Binary11110010101001111011110101001111011001011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F229EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F229EF; }

 p { color: rgb(242,41,239); }

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

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

 a { background-color: rgb(242,41,239); }

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

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

 span { border-color: rgb(242,41,239); }

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