#F74F85

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

Shades of French Rose #F74F85

Tints of French Rose #F74F85

Color information

#F74F85 (or 0xF74F85) is unknown color: approx French Rose. HEX triplet: F7, 4F and 85. RGB value is (247,79,133). Sum of RGB (Red+Green+Blue) = 247+79+133=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F85 is #08B07A. Grayscale: #878787. Windows color (decimal): -569467 or 8736759. OLE color: 8736759.

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

Color convert

RGB24779133-
CMYK00.680.460.03
HSL340.71º91.3%63.92%-
HSV(B)340.71º68.02%96.86%-
XYZ45.3927.0625.02-
YUV135.39126.66207.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.81%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=53.81%
G=17.21%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477913300.680.460.03340.7191.363.92
HexF74F850442E31555b40
Octal3671172050104563525133100
Binary11110111100111110000101010001001011101110101010110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74F85; }

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

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

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

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

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

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

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

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