#FA4779

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

Shades of French Rose #FA4779

Tints of French Rose #FA4779

Color information

#FA4779 (or 0xFA4779) is unknown color: approx French Rose. HEX triplet: FA, 47 and 79. RGB value is (250,71,121). Sum of RGB (Red+Green+Blue) = 250+71+121=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4779 is #05B886. Grayscale: #828282. Windows color (decimal): -374919 or 7948282. OLE color: 7948282.

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

Color convert

RGB25071121-
CMYK00.720.520.02
HSL343.24º94.71%62.94%-
HSV(B)343.24º71.6%98.04%-
XYZ45.1326.2120.77-
YUV130.22122.8213.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.56%
GREEN value IS 71 (28.12% from 255) = 16.06%
BLUE value IS 121 (47.66% from 255) = 27.38%
R=56.56%
G=16.06%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507112100.720.520.02343.2494.7162.94
HexFA47790483421575f3f
Octal372107171011064252713777
Binary111110101000111111100101001000110100101010101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4779; }

 p { color: rgb(250,71,121); }

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

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

 a { background-color: rgb(250,71,121); }

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

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

 span { border-color: rgb(250,71,121); }

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