Html Css Color HEX #F16554 Flamingo

📋 copy color: '#F16554'

red 241 ◦ green 101 ◦ blue 84

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

Shades of Flamingo #F16554

Tints of Flamingo #F16554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.72%

R = 56.57%
G = 23.71%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F16554 (or 0xF16554) is known color: Flamingo. HEX triplet: F1, 65 and 54. RGB value is (241,101,84). Sum of RGB (Red+Green+Blue) = 241+101+84=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F16554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16554 is #0E9AAB. Grayscale: #8D8D8D. Windows color (decimal): -957100 or 5531121. OLE color: 5531121.

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

Color convert

RGB 241 101 84 -
CMYK 0 0.58 0.65 0.05
HSL 6.5º 0.85% 0.64% -
HSV(B) 6.5º 0.65% 0.95% -
XYZ 42.53 28.65 11.68 -
YUV 140.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 241 101 84 0 0.58 0.65 0.05 6.5 0.85 0.64
Hex F1 65 54 0 3A 41 5 6 55 40
Octal 361 145 124 0 72 101 5 6 125 100
Binary 11110001 1100101 1010100 0 111010 1000001 101 110 1010101 1000000

Color Harmonies of #F16554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16554

Black with #F16554

Text Example


Text Example

White with #F16554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16554; }

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

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

background-color css

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

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

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

border-color css

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

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

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