Html Css Color HEX #F16556 Flamingo

📋 copy color: '#F16556'

red 241 ◦ green 101 ◦ blue 86

#F16556
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #F16556

Tints of Flamingo #F16556

RGB

 RED value IS 241 (94.53% from 255) = 56.31%

 GREEN value IS 101 (39.84% from 255) = 23.6%

 BLUE value IS 86 (33.98% from 255) = 20.09%

R = 56.31%
G = 23.6%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F16556 (or 0xF16556) is known color: Flamingo. HEX triplet: F1, 65 and 56. RGB value is (241,101,86). Sum of RGB (Red+Green+Blue) = 241+101+86=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F16556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16556 is #0E9AA9. Grayscale: #8D8D8D. Windows color (decimal): -957098 or 5662193. OLE color: 5662193.

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

Color convert

RGB 241 101 86 -
CMYK 0 0.58 0.64 0.05
HSL 5.81º 0.85% 0.64% -
HSV(B) 5.81º 0.64% 0.95% -
XYZ 42.61 28.68 12.09 -
YUV 141.15 96.88 199.22 -
System Red Green Blue C M Y K H S L
Decimal 241 101 86 0 0.58 0.64 0.05 5.81 0.85 0.64
Hex F1 65 56 0 3A 40 5 6 55 40
Octal 361 145 126 0 72 100 5 6 125 100
Binary 11110001 1100101 1010110 0 111010 1000000 101 110 1010101 1000000

Color Harmonies of #F16556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16556

Black with #F16556

Text Example


Text Example

White with #F16556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16556; }

 p { color: rgb(241,101,86); }

 H1.HeaderClassName
 {
   color: #F16556;
 }
 .AnyTagClassName
 {
   color: #F16556;
 }
</style>

background-color css

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

 a { background-color: rgb(241,101,86); }

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

border-color css

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

 span { border-color: rgb(241,101,86); }

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