Html Css Color HEX #F16053 Flamingo

📋 copy color: '#F16053'

red 241 ◦ green 96 ◦ blue 83

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

Shades of Flamingo #F16053

Tints of Flamingo #F16053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.76%

R = 57.38%
G = 22.86%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F16053 (or 0xF16053) is known color: Flamingo. HEX triplet: F1, 60 and 53. RGB value is (241,96,83). Sum of RGB (Red+Green+Blue) = 241+96+83=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F16053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16053 is #0E9FAC. Grayscale: #8A8A8A. Windows color (decimal): -958381 or 5464305. OLE color: 5464305.

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

Color convert

RGB 241 96 83 -
CMYK 0 0.60 0.66 0.05
HSL 4.94º 0.85% 0.64% -
HSV(B) 4.94º 0.66% 0.95% -
XYZ 42.02 27.69 11.31 -
YUV 137.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 241 96 83 0 0.60 0.66 0.05 4.94 0.85 0.64
Hex F1 60 53 0 3C 42 5 5 55 40
Octal 361 140 123 0 74 102 5 5 125 100
Binary 11110001 1100000 1010011 0 111100 1000010 101 101 1010101 1000000

Color Harmonies of #F16053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16053

Black with #F16053

Text Example


Text Example

White with #F16053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16053; }

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

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

background-color css

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

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

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

border-color css

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

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

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