#FA4E81

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

Shades of French Rose #FA4E81

Tints of French Rose #FA4E81

Color information

#FA4E81 (or 0xFA4E81) is unknown color: approx French Rose. HEX triplet: FA, 4E and 81. RGB value is (250,78,129). Sum of RGB (Red+Green+Blue) = 250+78+129=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4E81 is #05B17E. Grayscale: #878787. Windows color (decimal): -373119 or 8474362. OLE color: 8474362.

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

Color convert

RGB25078129-
CMYK00.690.480.02
HSL342.21º94.51%64.31%-
HSV(B)342.21º68.8%98.04%-
XYZ46.1127.3623.62-
YUV135.24124.48209.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 78 (30.86% from 255) = 17.07%
BLUE value IS 129 (50.78% from 255) = 28.23%
R=54.70%
G=17.07%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507812900.690.480.02342.2194.5164.31
HexFA4E810453021565f40
Octal3721162010105602526137100
Binary11111010100111010000001010001011100001010101011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4E81; }

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

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

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

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

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

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

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

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