#F05F4B

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

Shades of Flamingo #F05F4B

Tints of Flamingo #F05F4B

Color information

#F05F4B (or 0xF05F4B) is unknown color: approx Flamingo. HEX triplet: F0, 5F and 4B. RGB value is (240,95,75). Sum of RGB (Red+Green+Blue) = 240+95+75=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05F4B is #0FA0B4. Grayscale: #888888. Windows color (decimal): -1024181 or 4939760. OLE color: 4939760.

HSL color Cylindrical-coordinate representation of color #F05F4B: hue angle of 7.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F05F4B is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB2409575-
CMYK00.600.690.06
HSL7.27º84.62%61.76%-
HSV(B)7.27º68.75%94.12%-
XYZ41.327.229.73-
YUV136.0793.54202.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.54%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=58.54%
G=23.17%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240957500.600.690.067.2784.6261.76
HexF05F4B03C4567553e
Octal3601371130741056712576
Binary1111000010111111001011011110010001011101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05F4B; }

 p { color: rgb(240,95,75); }

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

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

 a { background-color: rgb(240,95,75); }

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

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

 span { border-color: rgb(240,95,75); }

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