#F14E8D

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

Shades of French Rose #F14E8D

Tints of French Rose #F14E8D

Color information

#F14E8D (or 0xF14E8D) is unknown color: approx French Rose. HEX triplet: F1, 4E and 8D. RGB value is (241,78,141). Sum of RGB (Red+Green+Blue) = 241+78+141=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14E8D is #0EB172. Grayscale: #858585. Windows color (decimal): -962931 or 9260785. OLE color: 9260785.

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

Color convert

RGB24178141-
CMYK00.680.410.05
HSL336.81º85.34%62.55%-
HSV(B)336.81º67.63%94.51%-
XYZ43.8126.0727.92-
YUV133.92132204.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.39%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=52.39%
G=16.96%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417814100.680.410.05336.8185.3462.55
HexF14E8D044295151553f
Octal361116215010451552112577
Binary11110001100111010001101010001001010011011010100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14E8D; }

 p { color: rgb(241,78,141); }

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

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

 a { background-color: rgb(241,78,141); }

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

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

 span { border-color: rgb(241,78,141); }

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