#FD61A4

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

Shades of Brilliant Rose #FD61A4

Tints of Brilliant Rose #FD61A4

Color information

#FD61A4 (or 0xFD61A4) is unknown color: approx Brilliant Rose. HEX triplet: FD, 61 and A4. RGB value is (253,97,164). Sum of RGB (Red+Green+Blue) = 253+97+164=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD61A4 is #029E5B. Grayscale: #979797. Windows color (decimal): -171612 or 10772989. OLE color: 10772989.

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

Color convert

RGB25397164-
CMYK00.620.350.01
HSL334.23º97.5%68.63%-
HSV(B)334.23º61.66%99.22%-
XYZ51.4832.1138.61-
YUV151.28135.18200.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=49.22%
G=18.87%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539716400.620.350.01334.2397.568.63
HexFD61A403E23114e6245
Octal375141244076431516142105
Binary111111011100001101001000111110100011110100111011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD61A4; }

 p { color: rgb(253,97,164); }

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

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

 a { background-color: rgb(253,97,164); }

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

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

 span { border-color: rgb(253,97,164); }

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