#F14F85

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

Shades of French Rose #F14F85

Tints of French Rose #F14F85

Color information

#F14F85 (or 0xF14F85) is unknown color: approx French Rose. HEX triplet: F1, 4F and 85. RGB value is (241,79,133). Sum of RGB (Red+Green+Blue) = 241+79+133=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14F85 is #0EB07A. Grayscale: #858585. Windows color (decimal): -962683 or 8736753. OLE color: 8736753.

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

Color convert

RGB24179133-
CMYK00.670.450.05
HSL340º85.26%62.75%-
HSV(B)340º67.22%94.51%-
XYZ43.3125.9924.92-
YUV133.59127.67204.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.20%
GREEN value IS 79 (31.25% from 255) = 17.44%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=53.20%
G=17.44%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417913300.670.450.0534085.2662.75
HexF14F850432D5154553f
Octal361117205010355552412577
Binary11110001100111110000101010000111011011011010101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14F85; }

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

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

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

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

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

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

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

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