#F26253

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

Shades of Flamingo #F26253

Tints of Flamingo #F26253

Color information

#F26253 (or 0xF26253) is unknown color: approx Flamingo. HEX triplet: F2, 62 and 53. RGB value is (242,98,83). Sum of RGB (Red+Green+Blue) = 242+98+83=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F26253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26253 is #0D9DAC. Grayscale: #8B8B8B. Windows color (decimal): -892333 or 5464818. OLE color: 5464818.

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

Color convert

RGB2429883-
CMYK00.600.660.05
HSL5.66º85.95%63.73%-
HSV(B)5.66º65.7%94.9%-
XYZ42.5528.2411.39-
YUV139.3596.21201.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.21%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=57.21%
G=23.17%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242988300.600.660.055.6685.9563.73
HexF2625303C42565640
Octal36214212307410256126100
Binary11110010110001010100110111100100001010111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26253; }

 p { color: rgb(242,98,83); }

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

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

 a { background-color: rgb(242,98,83); }

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

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

 span { border-color: rgb(242,98,83); }

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