Html Css Color HEX #FA5192 French Rose

📋 copy color: '#FA5192'

red 250 ◦ green 81 ◦ blue 146

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

Shades of French Rose #FA5192

Tints of French Rose #FA5192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 52.41%
G = 16.98%
B = 30.61%

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

#FA5192 (or 0xFA5192) is known color: French Rose. HEX triplet: FA, 51 and 92. RGB value is (250,81,146). Sum of RGB (Red+Green+Blue) = 250+81+146=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5192 is #05AE6D. Grayscale: #8A8A8A. Windows color (decimal): -372334 or 9589242. OLE color: 9589242.

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

Color convert

RGB 250 81 146 -
CMYK 0 0.68 0.42 0.02
HSL 336.92º 0.94% 0.65% -
HSV(B) 336.92º 0.68% 0.98% -
XYZ 47.56 28.28 30.15 -
YUV 138.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 250 81 146 0 0.68 0.42 0.02 336.92 0.94 0.65
Hex FA 51 92 0 44 2A 2 151 5E 41
Octal 372 121 222 0 104 52 2 521 136 101
Binary 11111010 1010001 10010010 0 1000100 101010 10 101010001 1011110 1000001

Color Harmonies of #FA5192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5192

Black with #FA5192

Text Example


Text Example

White with #FA5192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5192; }

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

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

background-color css

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

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

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

border-color css

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

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

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