#FA69A0

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

Shades of Brilliant Rose #FA69A0

Tints of Brilliant Rose #FA69A0

Color information

#FA69A0 (or 0xFA69A0) is unknown color: approx Brilliant Rose. HEX triplet: FA, 69 and A0. RGB value is (250,105,160). Sum of RGB (Red+Green+Blue) = 250+105+160=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA69A0 is #05965F. Grayscale: #9A9A9A. Windows color (decimal): -366176 or 10512890. OLE color: 10512890.

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

Color convert

RGB250105160-
CMYK00.580.360.02
HSL337.24º93.55%69.61%-
HSV(B)337.24º58%98.04%-
XYZ50.8232.9736.94-
YUV154.62131.04196.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.54%
GREEN value IS 105 (41.41% from 255) = 20.39%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=48.54%
G=20.39%
B=31.07%

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
Decimal25010516000.580.360.02337.2493.5569.61
HexFA69A003A2421515e46
Octal372151240072442521136106
Binary1111101011010011010000001110101001001010101000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69A0; }

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

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

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

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

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

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

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

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