#FA4E80

Color #FA4E80 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FA4E80

Tints of French Rose #FA4E80

Color information

#FA4E80 (or 0xFA4E80) is unknown color: approx French Rose. HEX triplet: FA, 4E and 80. RGB value is (250,78,128). Sum of RGB (Red+Green+Blue) = 250+78+128=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4E80 is #05B17F. Grayscale: #878787. Windows color (decimal): -373120 or 8408826. OLE color: 8408826.

HSL color Cylindrical-coordinate representation of color #FA4E80: hue angle of 342.56º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4E80 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB25078128-
CMYK00.690.490.02
HSL342.56º94.51%64.31%-
HSV(B)342.56º68.8%98.04%-
XYZ46.0527.3323.27-
YUV135.13123.98209.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.82%
GREEN value IS 78 (30.86% from 255) = 17.11%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=54.82%
G=17.11%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507812800.690.490.02342.5694.5164.31
HexFA4E800453121575f40
Octal3721162000105612527137100
Binary11111010100111010000000010001011100011010101011110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4E80; }

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

 H1.HeaderClassName
 {
   color: #FA4E80;
 }
 .AnyTagClassName
 {
   color: #FA4E80;
 }
</style>
background-color css

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

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

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

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

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

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