#FD44A7

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

Shades of Brilliant Rose #FD44A7

Tints of Brilliant Rose #FD44A7

Color information

#FD44A7 (or 0xFD44A7) is unknown color: approx Brilliant Rose. HEX triplet: FD, 44 and A7. RGB value is (253,68,167). Sum of RGB (Red+Green+Blue) = 253+68+167=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD44A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD44A7 is #02BB58. Grayscale: #868686. Windows color (decimal): -179033 or 10962173. OLE color: 10962173.

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

Color convert

RGB25368167-
CMYK00.730.340.01
HSL327.89º97.88%62.94%-
HSV(B)327.89º73.12%99.22%-
XYZ49.5527.8139.31-
YUV134.6146.29212.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.84%
GREEN value IS 68 (26.95% from 255) = 13.93%
BLUE value IS 167 (65.62% from 255) = 34.22%
R=51.84%
G=13.93%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536816700.730.340.01327.8997.8862.94
HexFD44A7049221148623f
Octal375104247011142151014277
Binary111111011000100101001110100100110001011010010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD44A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD44A7; }

 p { color: rgb(253,68,167); }

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

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

 a { background-color: rgb(253,68,167); }

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

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

 span { border-color: rgb(253,68,167); }

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