#F14D88

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

Shades of French Rose #F14D88

Tints of French Rose #F14D88

Color information

#F14D88 (or 0xF14D88) is unknown color: approx French Rose. HEX triplet: F1, 4D and 88. RGB value is (241,77,136). Sum of RGB (Red+Green+Blue) = 241+77+136=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14D88 is #0EB277. Grayscale: #848484. Windows color (decimal): -963192 or 8932849. OLE color: 8932849.

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

Color convert

RGB24177136-
CMYK00.680.440.05
HSL338.41º85.42%62.35%-
HSV(B)338.41º68.05%94.51%-
XYZ43.3725.7925.98-
YUV132.76129.83205.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.08%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=53.08%
G=16.96%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417713600.680.440.05338.4185.4262.35
HexF14D880442C5152553e
Octal361115210010454552212576
Binary11110001100110110001000010001001011001011010100101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D88; }

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

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

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

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

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

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

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

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