#FD45AF

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

Shades of Brilliant Rose #FD45AF

Tints of Brilliant Rose #FD45AF

Color information

#FD45AF (or 0xFD45AF) is unknown color: approx Brilliant Rose. HEX triplet: FD, 45 and AF. RGB value is (253,69,175). Sum of RGB (Red+Green+Blue) = 253+69+175=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD45AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD45AF is #02BA50. Grayscale: #878787. Windows color (decimal): -178769 or 11486717. OLE color: 11486717.

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

Color convert

RGB25369175-
CMYK00.730.310.01
HSL325.43º97.87%63.14%-
HSV(B)325.43º72.73%99.22%-
XYZ50.3728.2343.35-
YUV136.1149.96211.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 69 (27.34% from 255) = 13.88%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=50.91%
G=13.88%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536917500.730.310.01325.4397.8763.14
HexFD45AF0491F1145623f
Octal375105257011137150514277
Binary11111101100010110101111010010011111111010001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD45AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD45AF; }

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

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

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

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

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

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

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

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