#FA60A3

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

Shades of Brilliant Rose #FA60A3

Tints of Brilliant Rose #FA60A3

Color information

#FA60A3 (or 0xFA60A3) is unknown color: approx Brilliant Rose. HEX triplet: FA, 60 and A3. RGB value is (250,96,163). Sum of RGB (Red+Green+Blue) = 250+96+163=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA60A3 is #059F5C. Grayscale: #959595. Windows color (decimal): -368477 or 10707194. OLE color: 10707194.

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

Color convert

RGB25096163-
CMYK00.620.350.02
HSL333.9º93.9%67.84%-
HSV(B)333.9º61.6%98.04%-
XYZ50.2231.3338.05-
YUV149.68135.52199.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=49.12%
G=18.86%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509616300.620.350.02333.993.967.84
HexFA60A303E23214e5e44
Octal372140243076432516136104
Binary1111101011000001010001101111101000111010100111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA60A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA60A3; }

 p { color: rgb(250,96,163); }

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

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

 a { background-color: rgb(250,96,163); }

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

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

 span { border-color: rgb(250,96,163); }

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