Html Css Color HEX #FA5193 French Rose

📋 copy color: '#FA5193'

red 250 ◦ green 81 ◦ blue 147

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

Shades of French Rose #FA5193

Tints of French Rose #FA5193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.75%

R = 52.3%
G = 16.95%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA5193 (or 0xFA5193) is known color: French Rose. HEX triplet: FA, 51 and 93. RGB value is (250,81,147). Sum of RGB (Red+Green+Blue) = 250+81+147=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5193 is #05AE6C. Grayscale: #8A8A8A. Windows color (decimal): -372333 or 9654778. OLE color: 9654778.

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

Color convert

RGB 250 81 147 -
CMYK 0 0.68 0.41 0.02
HSL 336.57º 0.94% 0.65% -
HSV(B) 336.57º 0.68% 0.98% -
XYZ 47.63 28.32 30.56 -
YUV 139.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 250 81 147 0 0.68 0.41 0.02 336.57 0.94 0.65
Hex FA 51 93 0 44 29 2 151 5E 41
Octal 372 121 223 0 104 51 2 521 136 101
Binary 11111010 1010001 10010011 0 1000100 101001 10 101010001 1011110 1000001

Color Harmonies of #FA5193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5193

Black with #FA5193

Text Example


Text Example

White with #FA5193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5193; }

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

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

background-color css

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

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

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

border-color css

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

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

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