#F25B55

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

Shades of Flamingo #F25B55

Tints of Flamingo #F25B55

Color information

#F25B55 (or 0xF25B55) is unknown color: approx Flamingo. HEX triplet: F2, 5B and 55. RGB value is (242,91,85). Sum of RGB (Red+Green+Blue) = 242+91+85=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B55 is #0DA4AA. Grayscale: #878787. Windows color (decimal): -894123 or 5594098. OLE color: 5594098.

HSL color Cylindrical-coordinate representation of color #F25B55: hue angle of 2.29º degrees, saturation: 0.86, 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 #F25B55 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB2429185-
CMYK00.620.650.05
HSL2.29º85.79%64.12%-
HSV(B)2.29º64.88%94.9%-
XYZ4227.0211.6-
YUV135.4699.53203.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.89%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=57.89%
G=21.77%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242918500.620.650.052.2985.7964.12
HexF25B5503E41525640
Octal36213312507610152126100
Binary1111001010110111010101011111010000011011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25B55; }

 p { color: rgb(242,91,85); }

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

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

 a { background-color: rgb(242,91,85); }

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

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

 span { border-color: rgb(242,91,85); }

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