Html Css Color HEX #FA5083 French Rose

📋 copy color: '#FA5083'

red 250 ◦ green 80 ◦ blue 131

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

Shades of French Rose #FA5083

Tints of French Rose #FA5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.35%

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

R = 54.23%
G = 17.35%
B = 28.42%

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

#FA5083 (or 0xFA5083) is known color: French Rose. HEX triplet: FA, 50 and 83. RGB value is (250,80,131). Sum of RGB (Red+Green+Blue) = 250+80+131=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5083 is #05AF7C. Grayscale: #888888. Windows color (decimal): -372605 or 8605946. OLE color: 8605946.

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

Color convert

RGB 250 80 131 -
CMYK 0 0.68 0.48 0.02
HSL 342º 0.94% 0.65% -
HSV(B) 342º 0.68% 0.98% -
XYZ 46.39 27.7 24.37 -
YUV 136.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 250 80 131 0 0.68 0.48 0.02 342 0.94 0.65
Hex FA 50 83 0 44 30 2 156 5E 41
Octal 372 120 203 0 104 60 2 526 136 101
Binary 11111010 1010000 10000011 0 1000100 110000 10 101010110 1011110 1000001

Color Harmonies of #FA5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5083

Black with #FA5083

Text Example


Text Example

White with #FA5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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