#FA5B93

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

Shades of French Rose #FA5B93

Tints of French Rose #FA5B93

Color information

#FA5B93 (or 0xFA5B93) is unknown color: approx French Rose. HEX triplet: FA, 5B and 93. RGB value is (250,91,147). Sum of RGB (Red+Green+Blue) = 250+91+147=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5B93 is #05A46C. Grayscale: #909090. Windows color (decimal): -369773 or 9657338. OLE color: 9657338.

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

Color convert

RGB25091147-
CMYK00.640.410.02
HSL338.87º94.08%66.86%-
HSV(B)338.87º63.6%98.04%-
XYZ48.4329.9130.82-
YUV144.93129.18202.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.23%
GREEN value IS 91 (35.94% from 255) = 18.65%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=51.23%
G=18.65%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509114700.640.410.02338.8794.0866.86
HexFA5B930402921535e43
Octal3721332230100512523136103
Binary11111010101101110010011010000001010011010101001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5B93; }

 p { color: rgb(250,91,147); }

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

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

 a { background-color: rgb(250,91,147); }

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

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

 span { border-color: rgb(250,91,147); }

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