Html Css Color HEX #FA5183 French Rose

📋 copy color: '#FA5183'

red 250 ◦ green 81 ◦ blue 131

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

Shades of French Rose #FA5183

Tints of French Rose #FA5183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 54.11%
G = 17.53%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA5183 (or 0xFA5183) is known color: French Rose. HEX triplet: FA, 51 and 83. RGB value is (250,81,131). Sum of RGB (Red+Green+Blue) = 250+81+131=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5183 is #05AE7C. Grayscale: #898989. Windows color (decimal): -372349 or 8606202. OLE color: 8606202.

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

Color convert

RGB 250 81 131 -
CMYK 0 0.68 0.48 0.02
HSL 342.25º 0.94% 0.65% -
HSV(B) 342.25º 0.68% 0.98% -
XYZ 46.46 27.85 24.4 -
YUV 137.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 250 81 131 0 0.68 0.48 0.02 342.25 0.94 0.65
Hex FA 51 83 0 44 30 2 156 5E 41
Octal 372 121 203 0 104 60 2 526 136 101
Binary 11111010 1010001 10000011 0 1000100 110000 10 101010110 1011110 1000001

Color Harmonies of #FA5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5183

Black with #FA5183

Text Example


Text Example

White with #FA5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5183; }

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

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

background-color css

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

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

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

border-color css

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

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

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