#FA43AA

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

Shades of Brilliant Rose #FA43AA

Tints of Brilliant Rose #FA43AA

Color information

#FA43AA (or 0xFA43AA) is unknown color: approx Brilliant Rose. HEX triplet: FA, 43 and AA. RGB value is (250,67,170). Sum of RGB (Red+Green+Blue) = 250+67+170=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43AA is #05BC55. Grayscale: #858585. Windows color (decimal): -375894 or 11158522. OLE color: 11158522.

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

Color convert

RGB25067170-
CMYK00.730.320.02
HSL326.23º94.82%62.16%-
HSV(B)326.23º73.2%98.04%-
XYZ48.6927.2440.72-
YUV133.46148.63211.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 67 (26.56% from 255) = 13.76%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=51.33%
G=13.76%
B=34.91%

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
Decimal2506717000.730.320.02326.2394.8262.16
HexFA43AA0492021465f3e
Octal372103252011140250613776
Binary1111101010000111010101001001001100000101010001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA43AA; }

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

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

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

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

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

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

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

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