#F15194

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

Shades of French Rose #F15194

Tints of French Rose #F15194

Color information

#F15194 (or 0xF15194) is unknown color: approx French Rose. HEX triplet: F1, 51 and 94. RGB value is (241,81,148). Sum of RGB (Red+Green+Blue) = 241+81+148=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F15194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15194 is #0EAE6B. Grayscale: #888888. Windows color (decimal): -962156 or 9720305. OLE color: 9720305.

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

Color convert

RGB24181148-
CMYK00.660.390.05
HSL334.88º85.11%63.14%-
HSV(B)334.88º66.39%94.51%-
XYZ44.5626.7230.83-
YUV136.48134.51202.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.28%
GREEN value IS 81 (32.03% from 255) = 17.23%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=51.28%
G=17.23%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418114800.660.390.05334.8885.1163.14
HexF1519404227514f553f
Octal361121224010247551712577
Binary11110001101000110010100010000101001111011010011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15194; }

 p { color: rgb(241,81,148); }

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

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

 a { background-color: rgb(241,81,148); }

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

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

 span { border-color: rgb(241,81,148); }

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