#FA5695

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

Shades of Brilliant Rose #FA5695

Tints of Brilliant Rose #FA5695

Color information

#FA5695 (or 0xFA5695) is unknown color: approx Brilliant Rose. HEX triplet: FA, 56 and 95. RGB value is (250,86,149). Sum of RGB (Red+Green+Blue) = 250+86+149=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5695 is #05A96A. Grayscale: #8E8E8E. Windows color (decimal): -371051 or 9787130. OLE color: 9787130.

HSL color Cylindrical-coordinate representation of color #FA5695: hue angle of 336.95º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5695 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB25086149-
CMYK00.660.400.02
HSL336.95º94.25%65.88%-
HSV(B)336.95º65.6%98.04%-
XYZ48.1829.1531.52-
YUV142.22131.83204.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 86 (33.98% from 255) = 17.73%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=51.55%
G=17.73%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508614900.660.400.02336.9594.2565.88
HexFA56950422821515e42
Octal3721262250102502521136102
Binary11111010101011010010101010000101010001010101000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5695; }

 p { color: rgb(250,86,149); }

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

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

 a { background-color: rgb(250,86,149); }

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

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

 span { border-color: rgb(250,86,149); }

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