#FA699F

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

Shades of Brilliant Rose #FA699F

Tints of Brilliant Rose #FA699F

Color information

#FA699F (or 0xFA699F) is unknown color: approx Brilliant Rose. HEX triplet: FA, 69 and 9F. RGB value is (250,105,159). Sum of RGB (Red+Green+Blue) = 250+105+159=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699F is #059660. Grayscale: #9A9A9A. Windows color (decimal): -366177 or 10447354. OLE color: 10447354.

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

Color convert

RGB250105159-
CMYK00.580.360.02
HSL337.66º93.55%69.61%-
HSV(B)337.66º58%98.04%-
XYZ50.7332.9336.48-
YUV154.51130.54196.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.64%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=48.64%
G=20.43%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010515900.580.360.02337.6693.5569.61
HexFA699F03A2421525e46
Octal372151237072442522136106
Binary1111101011010011001111101110101001001010101001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA699F; }

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

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

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

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

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

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

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

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