#F14A7F

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

Shades of French Rose #F14A7F

Tints of French Rose #F14A7F

Color information

#F14A7F (or 0xF14A7F) is unknown color: approx French Rose. HEX triplet: F1, 4A and 7F. RGB value is (241,74,127). Sum of RGB (Red+Green+Blue) = 241+74+127=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A7F is #0EB580. Grayscale: #818181. Windows color (decimal): -963969 or 8342257. OLE color: 8342257.

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

Color convert

RGB24174127-
CMYK00.690.470.05
HSL340.96º85.64%61.76%-
HSV(B)340.96º69.29%94.51%-
XYZ42.5625.1322.69-
YUV129.98126.33207.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.52%
GREEN value IS 74 (29.30% from 255) = 16.74%
BLUE value IS 127 (50% from 255) = 28.73%
R=54.52%
G=16.74%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417412700.690.470.05340.9685.6461.76
HexF14A7F0452F5155563e
Octal361112177010557552512676
Binary1111000110010101111111010001011011111011010101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A7F; }

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

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

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

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

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

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

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

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