#F14A7E

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

Shades of French Rose #F14A7E

Tints of French Rose #F14A7E

Color information

#F14A7E (or 0xF14A7E) is unknown color: approx French Rose. HEX triplet: F1, 4A and 7E. RGB value is (241,74,126). Sum of RGB (Red+Green+Blue) = 241+74+126=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A7E is #0EB581. Grayscale: #818181. Windows color (decimal): -963970 or 8276721. OLE color: 8276721.

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

Color convert

RGB24174126-
CMYK00.690.480.05
HSL341.32º85.64%61.76%-
HSV(B)341.32º69.29%94.51%-
XYZ42.4925.122.34-
YUV129.86125.83207.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 54.65%
GREEN value IS 74 (29.30% from 255) = 16.78%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=54.65%
G=16.78%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417412600.690.480.05341.3285.6461.76
HexF14A7E045305155563e
Octal361112176010560552512676
Binary1111000110010101111110010001011100001011010101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14A7E; }

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

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

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

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

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

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

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

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