#F15752

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

Shades of Flamingo #F15752

Tints of Flamingo #F15752

Color information

#F15752 (or 0xF15752) is unknown color: approx Flamingo. HEX triplet: F1, 57 and 52. RGB value is (241,87,82). Sum of RGB (Red+Green+Blue) = 241+87+82=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15752 is #0EA8AD. Grayscale: #848484. Windows color (decimal): -960686 or 5396465. OLE color: 5396465.

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

Color convert

RGB2418782-
CMYK00.640.660.05
HSL1.89º85.03%63.33%-
HSV(B)1.89º65.98%94.51%-
XYZ41.2126.1310.85-
YUV132.4899.52205.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.78%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 82 (32.42% from 255) = 20%
R=58.78%
G=21.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241878200.640.660.051.8985.0363.33
HexF157520404252553f
Octal36112712201001025212577
Binary1111000110101111010010010000001000010101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15752; }

 p { color: rgb(241,87,82); }

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

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

 a { background-color: rgb(241,87,82); }

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

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

 span { border-color: rgb(241,87,82); }

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