#FF44AD

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

Shades of Brilliant Rose #FF44AD

Tints of Brilliant Rose #FF44AD

Color information

#FF44AD (or 0xFF44AD) is unknown color: approx Brilliant Rose. HEX triplet: FF, 44 and AD. RGB value is (255,68,173). Sum of RGB (Red+Green+Blue) = 255+68+173=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF44AD is #00BB52. Grayscale: #878787. Windows color (decimal): -47955 or 11355391. OLE color: 11355391.

HSL color Cylindrical-coordinate representation of color #FF44AD: hue angle of 326.31º 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 #FF44AD is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB25568173-
CMYK00.730.320
HSL326.31º100%63.33%-
HSV(B)326.31º73.33%100%-
XYZ50.8528.4142.34-
YUV135.88148.95212.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 68 (26.95% from 255) = 13.71%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=51.41%
G=13.71%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556817300.730.320326.3110063.33
HexFF44AD049200146643f
Octal377104255011140050614477
Binary111111111000100101011010100100110000001010001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF44AD; }

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

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

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

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

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

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

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

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