Html Css Color HEX #F16054 Flamingo

📋 copy color: '#F16054'

red 241 ◦ green 96 ◦ blue 84

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

Shades of Flamingo #F16054

Tints of Flamingo #F16054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.8%

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

R = 57.24%
G = 22.8%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F16054 (or 0xF16054) is known color: Flamingo. HEX triplet: F1, 60 and 54. RGB value is (241,96,84). Sum of RGB (Red+Green+Blue) = 241+96+84=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F16054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16054 is #0E9FAB. Grayscale: #8A8A8A. Windows color (decimal): -958380 or 5529841. OLE color: 5529841.

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

Color convert

RGB 241 96 84 -
CMYK 0 0.60 0.65 0.05
HSL 4.59º 0.85% 0.64% -
HSV(B) 4.59º 0.65% 0.95% -
XYZ 42.06 27.71 11.52 -
YUV 137.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 241 96 84 0 0.60 0.65 0.05 4.59 0.85 0.64
Hex F1 60 54 0 3C 41 5 5 55 40
Octal 361 140 124 0 74 101 5 5 125 100
Binary 11110001 1100000 1010100 0 111100 1000001 101 101 1010101 1000000

Color Harmonies of #F16054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16054

Black with #F16054

Text Example


Text Example

White with #F16054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16054; }

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

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

background-color css

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

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

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

border-color css

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

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

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