#F14D97

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

Shades of French Rose #F14D97

Tints of French Rose #F14D97

Color information

#F14D97 (or 0xF14D97) is unknown color: approx French Rose. HEX triplet: F1, 4D and 97. RGB value is (241,77,151). Sum of RGB (Red+Green+Blue) = 241+77+151=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D97 is #0EB268. Grayscale: #868686. Windows color (decimal): -963177 or 9915889. OLE color: 9915889.

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

Color convert

RGB24177151-
CMYK00.680.370.05
HSL332.93º85.42%62.35%-
HSV(B)332.93º68.05%94.51%-
XYZ44.5226.2432-
YUV134.47137.33203.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=51.39%
G=16.42%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417715100.680.370.05332.9385.4262.35
HexF14D9704425514d553e
Octal361115227010445551512576
Binary11110001100110110010111010001001001011011010011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D97; }

 p { color: rgb(241,77,151); }

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

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

 a { background-color: rgb(241,77,151); }

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

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

 span { border-color: rgb(241,77,151); }

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