#FA6997

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

Shades of Brilliant Rose #FA6997

Tints of Brilliant Rose #FA6997

Color information

#FA6997 (or 0xFA6997) is unknown color: approx Brilliant Rose. HEX triplet: FA, 69 and 97. RGB value is (250,105,151). Sum of RGB (Red+Green+Blue) = 250+105+151=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6997 is #059668. Grayscale: #999999. Windows color (decimal): -366185 or 9923066. OLE color: 9923066.

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

Color convert

RGB250105151-
CMYK00.580.400.02
HSL340.97º93.55%69.61%-
HSV(B)340.97º58%98.04%-
XYZ50.0632.6632.94-
YUV153.6126.54196.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=49.41%
G=20.75%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010515100.580.400.02340.9793.5569.61
HexFA699703A2821555e46
Octal372151227072502525136106
Binary1111101011010011001011101110101010001010101010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6997; }

 p { color: rgb(250,105,151); }

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

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

 a { background-color: rgb(250,105,151); }

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

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

 span { border-color: rgb(250,105,151); }

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