Html Css Color HEX #F16157 Flamingo

📋 copy color: '#F16157'

red 241 ◦ green 97 ◦ blue 87

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

Shades of Flamingo #F16157

Tints of Flamingo #F16157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

 BLUE value IS 87 (34.38% from 255) = 20.47%

R = 56.71%
G = 22.82%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F16157 (or 0xF16157) is known color: Flamingo. HEX triplet: F1, 61 and 57. RGB value is (241,97,87). Sum of RGB (Red+Green+Blue) = 241+97+87=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F16157 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16157 is #0E9EA8. Grayscale: #8B8B8B. Windows color (decimal): -958121 or 5726705. OLE color: 5726705.

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

Color convert

RGB 241 97 87 -
CMYK 0 0.60 0.64 0.05
HSL 3.9º 0.85% 0.64% -
HSV(B) 3.9º 0.64% 0.95% -
XYZ 42.27 27.94 12.18 -
YUV 138.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 241 97 87 0 0.60 0.64 0.05 3.9 0.85 0.64
Hex F1 61 57 0 3C 40 5 4 55 40
Octal 361 141 127 0 74 100 5 4 125 100
Binary 11110001 1100001 1010111 0 111100 1000000 101 100 1010101 1000000

Color Harmonies of #F16157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16157

Black with #F16157

Text Example


Text Example

White with #F16157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16157; }

 p { color: rgb(241,97,87); }

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

background-color css

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

 a { background-color: rgb(241,97,87); }

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

border-color css

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

 span { border-color: rgb(241,97,87); }

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