Html Css Color HEX #FA5191 French Rose

📋 copy color: '#FA5191'

red 250 ◦ green 81 ◦ blue 145

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

Shades of French Rose #FA5191

Tints of French Rose #FA5191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

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

R = 52.52%
G = 17.02%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5191 (or 0xFA5191) is known color: French Rose. HEX triplet: FA, 51 and 91. RGB value is (250,81,145). Sum of RGB (Red+Green+Blue) = 250+81+145=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5191 is #05AE6E. Grayscale: #8A8A8A. Windows color (decimal): -372335 or 9523706. OLE color: 9523706.

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

Color convert

RGB 250 81 145 -
CMYK 0 0.68 0.42 0.02
HSL 337.28º 0.94% 0.65% -
HSV(B) 337.28º 0.68% 0.98% -
XYZ 47.48 28.25 29.74 -
YUV 138.83 131.49 207.3 -
System Red Green Blue C M Y K H S L
Decimal 250 81 145 0 0.68 0.42 0.02 337.28 0.94 0.65
Hex FA 51 91 0 44 2A 2 151 5E 41
Octal 372 121 221 0 104 52 2 521 136 101
Binary 11111010 1010001 10010001 0 1000100 101010 10 101010001 1011110 1000001

Color Harmonies of #FA5191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5191

Black with #FA5191

Text Example


Text Example

White with #FA5191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5191; }

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

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

background-color css

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

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

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

border-color css

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

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

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