Html Css Color HEX #F16058 Flamingo

📋 copy color: '#F16058'

red 241 ◦ green 96 ◦ blue 88

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

Shades of Flamingo #F16058

Tints of Flamingo #F16058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 56.71%
G = 22.59%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F16058 (or 0xF16058) is known color: Flamingo. HEX triplet: F1, 60 and 58. RGB value is (241,96,88). Sum of RGB (Red+Green+Blue) = 241+96+88=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F16058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16058 is #0E9FA7. Grayscale: #8A8A8A. Windows color (decimal): -958376 or 5791985. OLE color: 5791985.

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

Color convert

RGB 241 96 88 -
CMYK 0 0.60 0.63 0.05
HSL 3.14º 0.85% 0.65% -
HSV(B) 3.14º 0.63% 0.95% -
XYZ 42.22 27.77 12.37 -
YUV 138.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 241 96 88 0 0.60 0.63 0.05 3.14 0.85 0.65
Hex F1 60 58 0 3C 3F 5 3 55 41
Octal 361 140 130 0 74 77 5 3 125 101
Binary 11110001 1100000 1011000 0 111100 111111 101 11 1010101 1000001

Color Harmonies of #F16058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16058

Black with #F16058

Text Example


Text Example

White with #F16058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16058; }

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

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

background-color css

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

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

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

border-color css

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

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

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