#FA699B

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

Shades of Brilliant Rose #FA699B

Tints of Brilliant Rose #FA699B

Color information

#FA699B (or 0xFA699B) is unknown color: approx Brilliant Rose. HEX triplet: FA, 69 and 9B. RGB value is (250,105,155). Sum of RGB (Red+Green+Blue) = 250+105+155=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699B is #059664. Grayscale: #9A9A9A. Windows color (decimal): -366181 or 10185210. OLE color: 10185210.

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

Color convert

RGB250105155-
CMYK00.580.380.02
HSL339.31º93.55%69.61%-
HSV(B)339.31º58%98.04%-
XYZ50.3932.7934.68-
YUV154.06128.54196.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=49.02%
G=20.59%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010515500.580.380.02339.3193.5569.61
HexFA699B03A2621535e46
Octal372151233072462523136106
Binary1111101011010011001101101110101001101010101001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA699B; }

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

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

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

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

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

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

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

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