#FA699C

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

Shades of Brilliant Rose #FA699C

Tints of Brilliant Rose #FA699C

Color information

#FA699C (or 0xFA699C) is unknown color: approx Brilliant Rose. HEX triplet: FA, 69 and 9C. RGB value is (250,105,156). Sum of RGB (Red+Green+Blue) = 250+105+156=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699C is #059663. Grayscale: #9A9A9A. Windows color (decimal): -366180 or 10250746. OLE color: 10250746.

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

Color convert

RGB250105156-
CMYK00.580.380.02
HSL338.9º93.55%69.61%-
HSV(B)338.9º58%98.04%-
XYZ50.4832.8335.13-
YUV154.17129.04196.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=48.92%
G=20.55%
B=30.53%

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
Decimal25010515600.580.380.02338.993.5569.61
HexFA699C03A2621535e46
Octal372151234072462523136106
Binary1111101011010011001110001110101001101010101001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA699C; }

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

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

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

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

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

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

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

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