#F22AE4

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

Shades of Razzle Dazzle Rose #F22AE4

Tints of Razzle Dazzle Rose #F22AE4

Color information

#F22AE4 (or 0xF22AE4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 2A and E4. RGB value is (242,42,228). Sum of RGB (Red+Green+Blue) = 242+42+228=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 42 (16.80% from 255 or 8.20% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F22AE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F22AE4 is #0DD51B. Grayscale: #7A7A7A. Windows color (decimal): -906524 or 14953202. OLE color: 14953202.

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

Color convert

RGB24242228-
CMYK00.830.060.05
HSL304.2º88.5%55.69%-
HSV(B)304.2º82.64%94.9%-
XYZ51.4526.1375.73-
YUV123187.26212.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 42 (16.80% from 255) = 8.20%
BLUE value IS 228 (89.45% from 255) = 44.53%
R=47.27%
G=8.20%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424222800.830.060.05304.288.555.69
HexF22AE4053651305838
Octal3625234401236546013070
Binary1111001010101011100100010100111101011001100001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22AE4; }

 p { color: rgb(242,42,228); }

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

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

 a { background-color: rgb(242,42,228); }

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

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

 span { border-color: rgb(242,42,228); }

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