Html Css Color HEX #F16655 Flamingo

📋 copy color: '#F16655'

red 241 ◦ green 102 ◦ blue 85

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

Shades of Flamingo #F16655

Tints of Flamingo #F16655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

 BLUE value IS 85 (33.59% from 255) = 19.86%

R = 56.31%
G = 23.83%
B = 19.86%

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

#F16655 (or 0xF16655) is known color: Flamingo. HEX triplet: F1, 66 and 55. RGB value is (241,102,85). Sum of RGB (Red+Green+Blue) = 241+102+85=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F16655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16655 is #0E99AA. Grayscale: #8D8D8D. Windows color (decimal): -956843 or 5596913. OLE color: 5596913.

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

Color convert

RGB 241 102 85 -
CMYK 0 0.58 0.65 0.05
HSL 6.54º 0.85% 0.64% -
HSV(B) 6.54º 0.65% 0.95% -
XYZ 42.67 28.86 11.92 -
YUV 141.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 241 102 85 0 0.58 0.65 0.05 6.54 0.85 0.64
Hex F1 66 55 0 3A 41 5 7 55 40
Octal 361 146 125 0 72 101 5 7 125 100
Binary 11110001 1100110 1010101 0 111010 1000001 101 111 1010101 1000000

Color Harmonies of #F16655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16655

Black with #F16655

Text Example


Text Example

White with #F16655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16655; }

 p { color: rgb(241,102,85); }

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

background-color css

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

 a { background-color: rgb(241,102,85); }

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

border-color css

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

 span { border-color: rgb(241,102,85); }

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