#F14B97

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

Shades of French Rose #F14B97

Tints of French Rose #F14B97

Color information

#F14B97 (or 0xF14B97) is unknown color: approx French Rose. HEX triplet: F1, 4B and 97. RGB value is (241,75,151). Sum of RGB (Red+Green+Blue) = 241+75+151=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14B97 is #0EB468. Grayscale: #858585. Windows color (decimal): -963689 or 9915377. OLE color: 9915377.

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

Color convert

RGB24175151-
CMYK00.690.370.05
HSL332.53º85.57%61.96%-
HSV(B)332.53º68.88%94.51%-
XYZ44.3825.9731.95-
YUV133.3138204.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 151 (59.38% from 255) = 32.33%
R=51.61%
G=16.06%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417515100.690.370.05332.5385.5761.96
HexF14B9704525514d563e
Octal361113227010545551512676
Binary11110001100101110010111010001011001011011010011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B97; }

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

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

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

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

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

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

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

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