#FD45A2

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

Shades of Brilliant Rose #FD45A2

Tints of Brilliant Rose #FD45A2

Color information

#FD45A2 (or 0xFD45A2) is unknown color: approx Brilliant Rose. HEX triplet: FD, 45 and A2. RGB value is (253,69,162). Sum of RGB (Red+Green+Blue) = 253+69+162=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD45A2 is #02BA5D. Grayscale: #868686. Windows color (decimal): -178782 or 10634749. OLE color: 10634749.

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

Color convert

RGB25369162-
CMYK00.730.360.01
HSL329.67º97.87%63.14%-
HSV(B)329.67º72.73%99.22%-
XYZ49.1627.7536.95-
YUV134.62143.46212.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.27%
GREEN value IS 69 (27.34% from 255) = 14.26%
BLUE value IS 162 (63.67% from 255) = 33.47%
R=52.27%
G=14.26%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536916200.730.360.01329.6797.8763.14
HexFD45A204924114a623f
Octal375105242011144151214277
Binary111111011000101101000100100100110010011010010101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD45A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD45A2; }

 p { color: rgb(253,69,162); }

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

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

 a { background-color: rgb(253,69,162); }

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

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

 span { border-color: rgb(253,69,162); }

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