#FD44A6

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

Shades of Brilliant Rose #FD44A6

Tints of Brilliant Rose #FD44A6

Color information

#FD44A6 (or 0xFD44A6) is unknown color: approx Brilliant Rose. HEX triplet: FD, 44 and A6. RGB value is (253,68,166). Sum of RGB (Red+Green+Blue) = 253+68+166=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD44A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD44A6 is #02BB59. Grayscale: #868686. Windows color (decimal): -179034 or 10896637. OLE color: 10896637.

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

Color convert

RGB25368166-
CMYK00.730.340.01
HSL328.22º97.88%62.94%-
HSV(B)328.22º73.12%99.22%-
XYZ49.4627.7738.83-
YUV134.49145.79212.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 68 (26.95% from 255) = 13.96%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=51.95%
G=13.96%
B=34.09%

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
Decimal2536816600.730.340.01328.2297.8862.94
HexFD44A6049221148623f
Octal375104246011142151014277
Binary111111011000100101001100100100110001011010010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD44A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD44A6; }

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

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

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

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

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

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

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

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