#FA619A

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

Shades of Brilliant Rose #FA619A

Tints of Brilliant Rose #FA619A

Color information

#FA619A (or 0xFA619A) is unknown color: approx Brilliant Rose. HEX triplet: FA, 61 and 9A. RGB value is (250,97,154). Sum of RGB (Red+Green+Blue) = 250+97+154=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA619A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA619A is #059E65. Grayscale: #959595. Windows color (decimal): -368230 or 10117626. OLE color: 10117626.

HSL color Cylindrical-coordinate representation of color #FA619A: hue angle of 337.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA619A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB25097154-
CMYK00.610.380.02
HSL337.65º93.87%68.04%-
HSV(B)337.65º61.2%98.04%-
XYZ49.5331.2133.98-
YUV149.24130.69199.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 97 (38.28% from 255) = 19.36%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=49.90%
G=19.36%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509715400.610.380.02337.6593.8768.04
HexFA619A03D2621525e44
Octal372141232075462522136104
Binary1111101011000011001101001111011001101010101001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA619A; }

 p { color: rgb(250,97,154); }

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

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

 a { background-color: rgb(250,97,154); }

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

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

 span { border-color: rgb(250,97,154); }

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