#FA4F82

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

Shades of French Rose #FA4F82

Tints of French Rose #FA4F82

Color information

#FA4F82 (or 0xFA4F82) is unknown color: approx French Rose. HEX triplet: FA, 4F and 82. RGB value is (250,79,130). Sum of RGB (Red+Green+Blue) = 250+79+130=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4F82 is #05B07D. Grayscale: #878787. Windows color (decimal): -372862 or 8540154. OLE color: 8540154.

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

Color convert

RGB25079130-
CMYK00.680.480.02
HSL342.11º94.48%64.51%-
HSV(B)342.11º68.4%98.04%-
XYZ46.2527.5323.99-
YUV135.94124.65209.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.47%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=54.47%
G=17.21%
B=28.32%

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
Decimal2507913000.680.480.02342.1194.4864.51
HexFA4F820443021565e41
Octal3721172020104602526136101
Binary11111010100111110000010010001001100001010101011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4F82; }

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

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

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

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

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

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

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

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