#FF44AE

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

Shades of Brilliant Rose #FF44AE

Tints of Brilliant Rose #FF44AE

Color information

#FF44AE (or 0xFF44AE) is unknown color: approx Brilliant Rose. HEX triplet: FF, 44 and AE. RGB value is (255,68,174). Sum of RGB (Red+Green+Blue) = 255+68+174=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF44AE is #00BB51. Grayscale: #878787. Windows color (decimal): -47954 or 11420927. OLE color: 11420927.

HSL color Cylindrical-coordinate representation of color #FF44AE: hue angle of 325.99º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF44AE is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB25568174-
CMYK00.730.320
HSL325.99º100%63.33%-
HSV(B)325.99º73.33%100%-
XYZ50.9528.4542.85-
YUV136149.45212.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 68 (26.95% from 255) = 13.68%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=51.31%
G=13.68%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556817400.730.320325.9910063.33
HexFF44AE049200146643f
Octal377104256011140050614477
Binary111111111000100101011100100100110000001010001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF44AE; }

 p { color: rgb(255,68,174); }

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

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

 a { background-color: rgb(255,68,174); }

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

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

 span { border-color: rgb(255,68,174); }

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