#F14F99

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

Shades of French Rose #F14F99

Tints of French Rose #F14F99

Color information

#F14F99 (or 0xF14F99) is unknown color: approx French Rose. HEX triplet: F1, 4F and 99. RGB value is (241,79,153). Sum of RGB (Red+Green+Blue) = 241+79+153=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14F99 is #0EB066. Grayscale: #878787. Windows color (decimal): -962663 or 10047473. OLE color: 10047473.

HSL color Cylindrical-coordinate representation of color #F14F99: hue angle of 332.59º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F14F99 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24179153-
CMYK00.670.370.05
HSL332.59º85.26%62.75%-
HSV(B)332.59º67.22%94.51%-
XYZ44.8226.5932.91-
YUV135.87137.67202.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=50.95%
G=16.70%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417915300.670.370.05332.5985.2662.75
HexF14F9904325514d553f
Octal361117231010345551512577
Binary11110001100111110011001010000111001011011010011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F99; }

 p { color: rgb(241,79,153); }

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

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

 a { background-color: rgb(241,79,153); }

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

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

 span { border-color: rgb(241,79,153); }

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