#FA699D

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

Shades of Brilliant Rose #FA699D

Tints of Brilliant Rose #FA699D

Color information

#FA699D (or 0xFA699D) is unknown color: approx Brilliant Rose. HEX triplet: FA, 69 and 9D. RGB value is (250,105,157). Sum of RGB (Red+Green+Blue) = 250+105+157=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA699D is #059662. Grayscale: #9A9A9A. Windows color (decimal): -366179 or 10316282. OLE color: 10316282.

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

Color convert

RGB250105157-
CMYK00.580.370.02
HSL338.48º93.55%69.61%-
HSV(B)338.48º58%98.04%-
XYZ50.5632.8635.58-
YUV154.28129.54196.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.83%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=48.83%
G=20.51%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010515700.580.370.02338.4893.5569.61
HexFA699D03A2521525e46
Octal372151235072452522136106
Binary1111101011010011001110101110101001011010101001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA699D; }

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

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

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

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

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

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

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

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