#F1508A

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

Shades of French Rose #F1508A

Tints of French Rose #F1508A

Color information

#F1508A (or 0xF1508A) is unknown color: approx French Rose. HEX triplet: F1, 50 and 8A. RGB value is (241,80,138). Sum of RGB (Red+Green+Blue) = 241+80+138=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1508A is #0EAF75. Grayscale: #868686. Windows color (decimal): -962422 or 9064689. OLE color: 9064689.

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

Color convert

RGB24180138-
CMYK00.670.430.05
HSL338.39º85.19%62.94%-
HSV(B)338.39º66.8%94.51%-
XYZ43.7326.2726.81-
YUV134.75129.84203.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.51%
GREEN value IS 80 (31.64% from 255) = 17.43%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=52.51%
G=17.43%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418013800.670.430.05338.3985.1962.94
HexF1508A0432B5152553f
Octal361120212010353552212577
Binary11110001101000010001010010000111010111011010100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1508A; }

 p { color: rgb(241,80,138); }

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

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

 a { background-color: rgb(241,80,138); }

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

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

 span { border-color: rgb(241,80,138); }

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