#F14A9A

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

Shades of French Rose #F14A9A

Tints of French Rose #F14A9A

Color information

#F14A9A (or 0xF14A9A) is unknown color: approx French Rose. HEX triplet: F1, 4A and 9A. RGB value is (241,74,154). Sum of RGB (Red+Green+Blue) = 241+74+154=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14A9A is #0EB565. Grayscale: #848484. Windows color (decimal): -963942 or 10111729. OLE color: 10111729.

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

Color convert

RGB24174154-
CMYK00.690.360.05
HSL331.26º85.64%61.76%-
HSV(B)331.26º69.29%94.51%-
XYZ44.5625.9333.23-
YUV133.05139.83205-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 74 (29.30% from 255) = 15.78%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=51.39%
G=15.78%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417415400.690.360.05331.2685.6461.76
HexF14A9A04524514b563e
Octal361112232010544551312676
Binary11110001100101010011010010001011001001011010010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A9A; }

 p { color: rgb(241,74,154); }

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

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

 a { background-color: rgb(241,74,154); }

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

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

 span { border-color: rgb(241,74,154); }

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