#F221E6

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

Shades of Razzle Dazzle Rose #F221E6

Tints of Razzle Dazzle Rose #F221E6

Color information

#F221E6 (or 0xF221E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 21 and E6. RGB value is (242,33,230). Sum of RGB (Red+Green+Blue) = 242+33+230=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 33 (13.28% from 255 or 6.53% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F221E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221E6 is #0DDE19. Grayscale: #757575. Windows color (decimal): -908826 or 15081970. OLE color: 15081970.

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

Color convert

RGB24233230-
CMYK00.860.050.05
HSL303.44º88.94%53.92%-
HSV(B)303.44º86.36%94.9%-
XYZ51.4425.6877.11-
YUV117.95191.24216.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 33 (13.28% from 255) = 6.53%
BLUE value IS 230 (90.23% from 255) = 45.54%
R=47.92%
G=6.53%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423323000.860.050.05303.4488.9453.92
HexF221E60565512f5936
Octal3624134601265545713166
Binary1111001010000111100110010101101011011001011111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F221E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F221E6; }

 p { color: rgb(242,33,230); }

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

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

 a { background-color: rgb(242,33,230); }

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

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

 span { border-color: rgb(242,33,230); }

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