#F14B83

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

Shades of French Rose #F14B83

Tints of French Rose #F14B83

Color information

#F14B83 (or 0xF14B83) is unknown color: approx French Rose. HEX triplet: F1, 4B and 83. RGB value is (241,75,131). Sum of RGB (Red+Green+Blue) = 241+75+131=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14B83 is #0EB47C. Grayscale: #828282. Windows color (decimal): -963709 or 8604657. OLE color: 8604657.

HSL color Cylindrical-coordinate representation of color #F14B83: hue angle of 339.76º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14B83 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24175131-
CMYK00.690.460.05
HSL339.76º85.57%61.96%-
HSV(B)339.76º68.88%94.51%-
XYZ42.8925.3724.11-
YUV131.02128206.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.91%
GREEN value IS 75 (29.69% from 255) = 16.78%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=53.91%
G=16.78%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417513100.690.460.05339.7685.5761.96
HexF14B830452E5154563e
Octal361113203010556552412676
Binary11110001100101110000011010001011011101011010101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B83; }

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

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

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

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

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

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

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

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