#F14F91

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

Shades of French Rose #F14F91

Tints of French Rose #F14F91

Color information

#F14F91 (or 0xF14F91) is unknown color: approx French Rose. HEX triplet: F1, 4F and 91. RGB value is (241,79,145). Sum of RGB (Red+Green+Blue) = 241+79+145=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14F91 is #0EB06E. Grayscale: #868686. Windows color (decimal): -962671 or 9523185. OLE color: 9523185.

HSL color Cylindrical-coordinate representation of color #F14F91: hue angle of 335.56º 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 #F14F91 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB24179145-
CMYK00.670.400.05
HSL335.56º85.26%62.75%-
HSV(B)335.56º67.22%94.51%-
XYZ44.1826.3429.54-
YUV134.96133.67203.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 79 (31.25% from 255) = 16.99%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=51.83%
G=16.99%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417914500.670.400.05335.5685.2662.75
HexF14F91043285150553f
Octal361117221010350552012577
Binary11110001100111110010001010000111010001011010100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F91; }

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

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

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

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

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

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

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

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