#F14C9A

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

Shades of French Rose #F14C9A

Tints of French Rose #F14C9A

Color information

#F14C9A (or 0xF14C9A) is unknown color: approx French Rose. HEX triplet: F1, 4C and 9A. RGB value is (241,76,154). Sum of RGB (Red+Green+Blue) = 241+76+154=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14C9A is #0EB365. Grayscale: #868686. Windows color (decimal): -963430 or 10112241. OLE color: 10112241.

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

Color convert

RGB24176154-
CMYK00.680.360.05
HSL331.64º85.49%62.16%-
HSV(B)331.64º68.46%94.51%-
XYZ44.6926.233.27-
YUV134.23139.16204.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=51.17%
G=16.14%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417615400.680.360.05331.6485.4962.16
HexF14C9A04424514c553e
Octal361114232010444551412576
Binary11110001100110010011010010001001001001011010011001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C9A; }

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

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

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

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

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

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

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

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