#FA43A9

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

Shades of Brilliant Rose #FA43A9

Tints of Brilliant Rose #FA43A9

Color information

#FA43A9 (or 0xFA43A9) is unknown color: approx Brilliant Rose. HEX triplet: FA, 43 and A9. RGB value is (250,67,169). Sum of RGB (Red+Green+Blue) = 250+67+169=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43A9 is #05BC56. Grayscale: #858585. Windows color (decimal): -375895 or 11092986. OLE color: 11092986.

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

Color convert

RGB25067169-
CMYK00.730.320.02
HSL326.56º94.82%62.16%-
HSV(B)326.56º73.2%98.04%-
XYZ48.5927.240.23-
YUV133.34148.13211.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.44%
GREEN value IS 67 (26.56% from 255) = 13.79%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=51.44%
G=13.79%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506716900.730.320.02326.5694.8262.16
HexFA43A90492021475f3e
Octal372103251011140250713776
Binary1111101010000111010100101001001100000101010001111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA43A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA43A9; }

 p { color: rgb(250,67,169); }

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

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

 a { background-color: rgb(250,67,169); }

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

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

 span { border-color: rgb(250,67,169); }

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