Html Css Color HEX #FA5491 French Rose

📋 copy color: '#FA5491'

red 250 ◦ green 84 ◦ blue 145

#FA5491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #FA5491

Tints of French Rose #FA5491

RGB

 RED value IS 250 (98.05% from 255) = 52.19%

 GREEN value IS 84 (33.2% from 255) = 17.54%

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 52.19%
G = 17.54%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5491 (or 0xFA5491) is known color: French Rose. HEX triplet: FA, 54 and 91. RGB value is (250,84,145). Sum of RGB (Red+Green+Blue) = 250+84+145=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5491 is #05AB6E. Grayscale: #8C8C8C. Windows color (decimal): -371567 or 9524474. OLE color: 9524474.

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

Color convert

RGB 250 84 145 -
CMYK 0 0.66 0.42 0.02
HSL 337.95º 0.94% 0.65% -
HSV(B) 337.95º 0.66% 0.98% -
XYZ 47.71 28.71 29.82 -
YUV 140.59 130.5 206.04 -
System Red Green Blue C M Y K H S L
Decimal 250 84 145 0 0.66 0.42 0.02 337.95 0.94 0.65
Hex FA 54 91 0 42 2A 2 152 5E 41
Octal 372 124 221 0 102 52 2 522 136 101
Binary 11111010 1010100 10010001 0 1000010 101010 10 101010010 1011110 1000001

Color Harmonies of #FA5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5491

Black with #FA5491

Text Example


Text Example

White with #FA5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5491; }

 p { color: rgb(250,84,145); }

 H1.HeaderClassName
 {
   color: #FA5491;
 }
 .AnyTagClassName
 {
   color: #FA5491;
 }
</style>

background-color css

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

 a { background-color: rgb(250,84,145); }

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

border-color css

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

 span { border-color: rgb(250,84,145); }

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