Html Css Color HEX #FA5190 French Rose

📋 copy color: '#FA5190'

red 250 ◦ green 81 ◦ blue 144

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

Shades of French Rose #FA5190

Tints of French Rose #FA5190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.32%

R = 52.63%
G = 17.05%
B = 30.32%

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

#FA5190 (or 0xFA5190) is known color: French Rose. HEX triplet: FA, 51 and 90. RGB value is (250,81,144). Sum of RGB (Red+Green+Blue) = 250+81+144=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5190 is #05AE6F. Grayscale: #8A8A8A. Windows color (decimal): -372336 or 9458170. OLE color: 9458170.

HSL color Cylindrical-coordinate representation of color #FA5190: hue angle of 337.63º 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 #FA5190 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 81 144 -
CMYK 0 0.68 0.42 0.02
HSL 337.63º 0.94% 0.65% -
HSV(B) 337.63º 0.68% 0.98% -
XYZ 47.4 28.22 29.33 -
YUV 138.71 130.99 207.38 -
System Red Green Blue C M Y K H S L
Decimal 250 81 144 0 0.68 0.42 0.02 337.63 0.94 0.65
Hex FA 51 90 0 44 2A 2 152 5E 41
Octal 372 121 220 0 104 52 2 522 136 101
Binary 11111010 1010001 10010000 0 1000100 101010 10 101010010 1011110 1000001

Color Harmonies of #FA5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5190

Black with #FA5190

Text Example


Text Example

White with #FA5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5190; }

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

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

background-color css

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

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

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

border-color css

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

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

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