#FA45A2

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

Shades of Brilliant Rose #FA45A2

Tints of Brilliant Rose #FA45A2

Color information

#FA45A2 (or 0xFA45A2) is unknown color: approx Brilliant Rose. HEX triplet: FA, 45 and A2. RGB value is (250,69,162). Sum of RGB (Red+Green+Blue) = 250+69+162=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA45A2 is #05BA5D. Grayscale: #858585. Windows color (decimal): -375390 or 10634746. OLE color: 10634746.

HSL color Cylindrical-coordinate representation of color #FA45A2: hue angle of 329.17º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA45A2 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB25069162-
CMYK00.720.350.02
HSL329.17º94.76%62.55%-
HSV(B)329.17º72.4%98.04%-
XYZ48.0727.1936.9-
YUV133.72143.97210.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 69 (27.34% from 255) = 14.35%
BLUE value IS 162 (63.67% from 255) = 33.68%
R=51.98%
G=14.35%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506916200.720.350.02329.1794.7662.55
HexFA45A20482321495f3f
Octal372105242011043251113777
Binary1111101010001011010001001001000100011101010010011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA45A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA45A2; }

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

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

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

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

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

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

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

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