#F14C83

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

Shades of French Rose #F14C83

Tints of French Rose #F14C83

Color information

#F14C83 (or 0xF14C83) is unknown color: approx French Rose. HEX triplet: F1, 4C and 83. RGB value is (241,76,131). Sum of RGB (Red+Green+Blue) = 241+76+131=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C83 is #0EB37C. Grayscale: #838383. Windows color (decimal): -963453 or 8604913. OLE color: 8604913.

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

Color convert

RGB24176131-
CMYK00.680.460.05
HSL340º85.49%62.16%-
HSV(B)340º68.46%94.51%-
XYZ42.9625.5124.13-
YUV131.6127.66206.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.79%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=53.79%
G=16.96%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417613100.680.460.0534085.4962.16
HexF14C830442E5154553e
Octal361114203010456552412576
Binary11110001100110010000011010001001011101011010101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C83; }

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

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

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

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

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

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

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

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