#F121E1

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

Shades of Razzle Dazzle Rose #F121E1

Tints of Razzle Dazzle Rose #F121E1

Color information

#F121E1 (or 0xF121E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 21 and E1. RGB value is (241,33,225). Sum of RGB (Red+Green+Blue) = 241+33+225=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F121E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F121E1 is #0EDE1E. Grayscale: #747474. Windows color (decimal): -974367 or 14754289. OLE color: 14754289.

HSL color Cylindrical-coordinate representation of color #F121E1: hue angle of 304.62º degrees, saturation: 0.88, 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 #F121E1 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB24133225-
CMYK00.860.070.05
HSL304.62º88.14%53.73%-
HSV(B)304.62º86.31%94.51%-
XYZ50.4125.2273.45-
YUV117.08188.91216.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 33 (13.28% from 255) = 6.61%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=48.30%
G=6.61%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413322500.860.070.05304.6288.1453.73
HexF121E1056751315836
Octal3614134101267546113066
Binary1111000110000111100001010101101111011001100011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F121E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F121E1; }

 p { color: rgb(241,33,225); }

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

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

 a { background-color: rgb(241,33,225); }

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

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

 span { border-color: rgb(241,33,225); }

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