#f14c8a

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

Shades of French Rose #F14C8A

Tints of French Rose #F14C8A

Color information

#F14C8A (or 0xF14C8A) is unknown color: approx French Rose. HEX triplet: F1, 4C and 8A. RGB value is (241,76,138). Sum of RGB (Red+Green+Blue) = 241+76+138=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C8A is #0EB375. Grayscale: #848484. Windows color (decimal): -963446 or 9063665. OLE color: 9063665.

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

Color convert

RGB24176138-
CMYK00.680.430.05
HSL337.45º85.49%62.16%-
HSV(B)337.45º68.46%94.51%-
XYZ43.4525.726.72-
YUV132.4131.16205.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.97%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=52.97%
G=16.70%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417613800.680.430.05337.4585.4962.16
HexF14C8A0442B5151553e
Octal361114212010453552112576
Binary11110001100110010001010010001001010111011010100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f14c8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f14c8a; }

 p { color: rgb(241,76,138); }

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

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

 a { background-color: rgb(241,76,138); }

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

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

 span { border-color: rgb(241,76,138); }

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