#F74F93

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

Shades of French Rose #F74F93

Tints of French Rose #F74F93

Color information

#F74F93 (or 0xF74F93) is unknown color: approx French Rose. HEX triplet: F7, 4F and 93. RGB value is (247,79,147). Sum of RGB (Red+Green+Blue) = 247+79+147=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F74F93 is #08B06C. Grayscale: #888888. Windows color (decimal): -569453 or 9654263. OLE color: 9654263.

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

Color convert

RGB24779147-
CMYK00.680.400.03
HSL335.71º91.3%63.92%-
HSV(B)335.71º68.02%96.86%-
XYZ46.4227.4730.46-
YUV136.98133.66206.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.22%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=52.22%
G=16.70%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2477914700.680.400.03335.7191.363.92
HexF74F930442831505b40
Octal3671172230104503520133100
Binary11110111100111110010011010001001010001110101000010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74F93; }

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

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

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

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

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

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

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

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