#FA4D82

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

Shades of French Rose #FA4D82

Tints of French Rose #FA4D82

Color information

#FA4D82 (or 0xFA4D82) is unknown color: approx French Rose. HEX triplet: FA, 4D and 82. RGB value is (250,77,130). Sum of RGB (Red+Green+Blue) = 250+77+130=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4D82 is #05B27D. Grayscale: #868686. Windows color (decimal): -373374 or 8539642. OLE color: 8539642.

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

Color convert

RGB25077130-
CMYK00.690.480.02
HSL341.62º94.54%64.12%-
HSV(B)341.62º69.2%98.04%-
XYZ46.1127.2423.95-
YUV134.77125.31210.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.70%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=54.70%
G=16.85%
B=28.45%

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
Decimal2507713000.690.480.02341.6294.5464.12
HexFA4D820453021565f40
Octal3721152020105602526137100
Binary11111010100110110000010010001011100001010101011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4D82; }

 p { color: rgb(250,77,130); }

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

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

 a { background-color: rgb(250,77,130); }

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

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

 span { border-color: rgb(250,77,130); }

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