Html Css Color HEX #FA5486 French Rose

📋 copy color: '#FA5486'

red 250 ◦ green 84 ◦ blue 134

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

Shades of French Rose #FA5486

Tints of French Rose #FA5486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.95%

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 53.42%
G = 17.95%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA5486 (or 0xFA5486) is known color: French Rose. HEX triplet: FA, 54 and 86. RGB value is (250,84,134). Sum of RGB (Red+Green+Blue) = 250+84+134=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5486 is #05AB79. Grayscale: #8B8B8B. Windows color (decimal): -371578 or 8803578. OLE color: 8803578.

HSL color Cylindrical-coordinate representation of color #FA5486: hue angle of 341.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5486 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 134 -
CMYK 0 0.66 0.46 0.02
HSL 341.93º 0.94% 0.65% -
HSV(B) 341.93º 0.66% 0.98% -
XYZ 46.9 28.39 25.56 -
YUV 139.33 125 206.93 -
System Red Green Blue C M Y K H S L
Decimal 250 84 134 0 0.66 0.46 0.02 341.93 0.94 0.65
Hex FA 54 86 0 42 2E 2 156 5E 41
Octal 372 124 206 0 102 56 2 526 136 101
Binary 11111010 1010100 10000110 0 1000010 101110 10 101010110 1011110 1000001

Color Harmonies of #FA5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5486

Black with #FA5486

Text Example


Text Example

White with #FA5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5486; }

 p { color: rgb(250,84,134); }

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

background-color css

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

 a { background-color: rgb(250,84,134); }

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

border-color css

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

 span { border-color: rgb(250,84,134); }

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