#F126ED

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

Shades of Razzle Dazzle Rose #F126ED

Tints of Razzle Dazzle Rose #F126ED

Color information

#F126ED (or 0xF126ED) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 26 and ED. RGB value is (241,38,237). Sum of RGB (Red+Green+Blue) = 241+38+237=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 38 (15.23% from 255 or 7.36% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F126ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F126ED is #0ED912. Grayscale: #787878. Windows color (decimal): -973075 or 15542001. OLE color: 15542001.

HSL color Cylindrical-coordinate representation of color #F126ED: hue angle of 301.18º 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 #F126ED is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB24138237-
CMYK00.840.020.05
HSL301.18º87.88%54.71%-
HSV(B)301.18º84.23%94.51%-
XYZ52.2526.282.42-
YUV121.38193.25213.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 38 (15.23% from 255) = 7.36%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=46.71%
G=7.36%
B=45.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413823700.840.020.05301.1887.8854.71
HexF126ED0542512d5837
Octal3614635501242545513067
Binary111100011001101110110101010100101011001011011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F126ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F126ED; }

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

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

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

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

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

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

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

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