#F126EE

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

Shades of Razzle Dazzle Rose #F126EE

Tints of Razzle Dazzle Rose #F126EE

Color information

#F126EE (or 0xF126EE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 26 and EE. RGB value is (241,38,238). Sum of RGB (Red+Green+Blue) = 241+38+238=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 38 (15.23% from 255 or 7.35% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F126EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F126EE is #0ED911. Grayscale: #787878. Windows color (decimal): -973074 or 15607537. OLE color: 15607537.

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

Color convert

RGB24138238-
CMYK00.840.010.05
HSL300.89º87.88%54.71%-
HSV(B)300.89º84.23%94.51%-
XYZ52.426.2683.2-
YUV121.5193.75213.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 38 (15.23% from 255) = 7.35%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=46.62%
G=7.35%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413823800.840.010.05300.8987.8854.71
HexF126EE0541512d5837
Octal3614635601241545513067
Binary11110001100110111011100101010011011001011011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F126EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F126EE; }

 p { color: rgb(241,38,238); }

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

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

 a { background-color: rgb(241,38,238); }

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

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

 span { border-color: rgb(241,38,238); }

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