#FA5F95

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

Shades of Brilliant Rose #FA5F95

Tints of Brilliant Rose #FA5F95

Color information

#FA5F95 (or 0xFA5F95) is unknown color: approx Brilliant Rose. HEX triplet: FA, 5F and 95. RGB value is (250,95,149). Sum of RGB (Red+Green+Blue) = 250+95+149=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5F95 is #05A06A. Grayscale: #939393. Windows color (decimal): -368747 or 9789434. OLE color: 9789434.

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

Color convert

RGB25095149-
CMYK00.620.400.02
HSL339.1º93.94%67.65%-
HSV(B)339.1º62%98.04%-
XYZ48.9430.6831.78-
YUV147.5128.85201.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.61%
GREEN value IS 95 (37.5% from 255) = 19.23%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=50.61%
G=19.23%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509514900.620.400.02339.193.9467.65
HexFA5F9503E2821535e44
Octal372137225076502523136104
Binary1111101010111111001010101111101010001010101001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5F95; }

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

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

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

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

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

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

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

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