#FA43A8

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

Shades of Brilliant Rose #FA43A8

Tints of Brilliant Rose #FA43A8

Color information

#FA43A8 (or 0xFA43A8) is unknown color: approx Brilliant Rose. HEX triplet: FA, 43 and A8. RGB value is (250,67,168). Sum of RGB (Red+Green+Blue) = 250+67+168=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA43A8 is #05BC57. Grayscale: #858585. Windows color (decimal): -375896 or 11027450. OLE color: 11027450.

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

Color convert

RGB25067168-
CMYK00.730.330.02
HSL326.89º94.82%62.16%-
HSV(B)326.89º73.2%98.04%-
XYZ48.527.1739.73-
YUV133.23147.63211.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 67 (26.56% from 255) = 13.81%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=51.55%
G=13.81%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506716800.730.330.02326.8994.8262.16
HexFA43A80492121475f3e
Octal372103250011141250713776
Binary1111101010000111010100001001001100001101010001111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA43A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA43A8; }

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

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

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

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

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

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

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

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