#FA4F81

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

Shades of French Rose #FA4F81

Tints of French Rose #FA4F81

Color information

#FA4F81 (or 0xFA4F81) is unknown color: approx French Rose. HEX triplet: FA, 4F and 81. RGB value is (250,79,129). Sum of RGB (Red+Green+Blue) = 250+79+129=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F81 is #05B07E. Grayscale: #878787. Windows color (decimal): -372863 or 8474618. OLE color: 8474618.

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

Color convert

RGB25079129-
CMYK00.680.480.02
HSL342.46º94.48%64.51%-
HSV(B)342.46º68.4%98.04%-
XYZ46.1827.523.64-
YUV135.83124.15209.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.59%
GREEN value IS 79 (31.25% from 255) = 17.25%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=54.59%
G=17.25%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507912900.680.480.02342.4694.4864.51
HexFA4F810443021565e41
Octal3721172010104602526136101
Binary11111010100111110000001010001001100001010101011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4F81; }

 p { color: rgb(250,79,129); }

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

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

 a { background-color: rgb(250,79,129); }

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

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

 span { border-color: rgb(250,79,129); }

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