#F74F82

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

Shades of French Rose #F74F82

Tints of French Rose #F74F82

Color information

#F74F82 (or 0xF74F82) is unknown color: approx French Rose. HEX triplet: F7, 4F and 82. RGB value is (247,79,130). Sum of RGB (Red+Green+Blue) = 247+79+130=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F82 is #08B07D. Grayscale: #878787. Windows color (decimal): -569470 or 8540151. OLE color: 8540151.

HSL color Cylindrical-coordinate representation of color #F74F82: hue angle of 341.79º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F82 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB24779130-
CMYK00.680.470.03
HSL341.79º91.3%63.92%-
HSV(B)341.79º68.02%96.86%-
XYZ45.1826.9823.94-
YUV135.05125.16207.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.17%
GREEN value IS 79 (31.25% from 255) = 17.32%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=54.17%
G=17.32%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477913000.680.470.03341.7991.363.92
HexF74F820442F31565b40
Octal3671172020104573526133100
Binary11110111100111110000010010001001011111110101011010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74F82; }

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

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

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

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

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

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

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

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