#FA4E8D

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

Shades of French Rose #FA4E8D

Tints of French Rose #FA4E8D

Color information

#FA4E8D (or 0xFA4E8D) is unknown color: approx French Rose. HEX triplet: FA, 4E and 8D. RGB value is (250,78,141). Sum of RGB (Red+Green+Blue) = 250+78+141=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4E8D is #05B172. Grayscale: #888888. Windows color (decimal): -373107 or 9260794. OLE color: 9260794.

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

Color convert

RGB25078141-
CMYK00.690.440.02
HSL338.02º94.51%64.31%-
HSV(B)338.02º68.8%98.04%-
XYZ46.9627.728.07-
YUV136.61130.48208.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=53.30%
G=16.63%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507814100.690.440.02338.0294.5164.31
HexFA4E8D0452C21525f40
Octal3721162150105542522137100
Binary11111010100111010001101010001011011001010101001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4E8D; }

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

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

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

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

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

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

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

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