Html Css Color HEX #F16455 Flamingo

📋 copy color: '#F16455'

red 241 ◦ green 100 ◦ blue 85

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

Shades of Flamingo #F16455

Tints of Flamingo #F16455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 56.57%
G = 23.47%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F16455 (or 0xF16455) is known color: Flamingo. HEX triplet: F1, 64 and 55. RGB value is (241,100,85). Sum of RGB (Red+Green+Blue) = 241+100+85=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F16455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16455 is #0E9BAA. Grayscale: #8C8C8C. Windows color (decimal): -957355 or 5596401. OLE color: 5596401.

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

Color convert

RGB 241 100 85 -
CMYK 0 0.59 0.65 0.05
HSL 5.77º 0.85% 0.64% -
HSV(B) 5.77º 0.65% 0.95% -
XYZ 42.47 28.47 11.85 -
YUV 140.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 241 100 85 0 0.59 0.65 0.05 5.77 0.85 0.64
Hex F1 64 55 0 3B 41 5 6 55 40
Octal 361 144 125 0 73 101 5 6 125 100
Binary 11110001 1100100 1010101 0 111011 1000001 101 110 1010101 1000000

Color Harmonies of #F16455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16455

Black with #F16455

Text Example


Text Example

White with #F16455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16455; }

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

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

background-color css

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

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

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

border-color css

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

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

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