#F35755

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

Shades of Flamingo #F35755

Tints of Flamingo #F35755

Color information

#F35755 (or 0xF35755) is unknown color: approx Flamingo. HEX triplet: F3, 57 and 55. RGB value is (243,87,85). Sum of RGB (Red+Green+Blue) = 243+87+85=415 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.55% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 243 - color contains mainly: red. Hex color #F35755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35755 is #0CA8AA. Grayscale: #858585. Windows color (decimal): -829611 or 5593075. OLE color: 5593075.

HSL color Cylindrical-coordinate representation of color #F35755: hue angle of 0.76º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F35755 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB2438785-
CMYK00.640.650.05
HSL0.76º86.81%64.31%-
HSV(B)0.76º65.02%95.29%-
XYZ42.0126.5311.5-
YUV133.42100.68206.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.55%
GREEN value IS 87 (34.38% from 255) = 20.96%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=58.55%
G=20.96%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243878500.640.650.050.7686.8164.31
HexF3575504041515740
Octal363127125010010151127100
Binary1111001110101111010101010000001000001101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35755; }

 p { color: rgb(243,87,85); }

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

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

 a { background-color: rgb(243,87,85); }

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

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

 span { border-color: rgb(243,87,85); }

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