Html Css Color HEX #FA5080 French Rose

📋 copy color: '#FA5080'

red 250 ◦ green 80 ◦ blue 128

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

Shades of French Rose #FA5080

Tints of French Rose #FA5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.95%

R = 54.59%
G = 17.47%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA5080 (or 0xFA5080) is known color: French Rose. HEX triplet: FA, 50 and 80. RGB value is (250,80,128). Sum of RGB (Red+Green+Blue) = 250+80+128=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5080 is #05AF7F. Grayscale: #888888. Windows color (decimal): -372608 or 8409338. OLE color: 8409338.

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

Color convert

RGB 250 80 128 -
CMYK 0 0.68 0.49 0.02
HSL 343.06º 0.94% 0.65% -
HSV(B) 343.06º 0.68% 0.98% -
XYZ 46.19 27.62 23.32 -
YUV 136.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 250 80 128 0 0.68 0.49 0.02 343.06 0.94 0.65
Hex FA 50 80 0 44 31 2 157 5E 41
Octal 372 120 200 0 104 61 2 527 136 101
Binary 11111010 1010000 10000000 0 1000100 110001 10 101010111 1011110 1000001

Color Harmonies of #FA5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5080

Black with #FA5080

Text Example


Text Example

White with #FA5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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