Html Css Color HEX #F16457 Flamingo

📋 copy color: '#F16457'

red 241 ◦ green 100 ◦ blue 87

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

Shades of Flamingo #F16457

Tints of Flamingo #F16457

RGB

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

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

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

R = 56.31%
G = 23.36%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F16457 (or 0xF16457) is known color: Flamingo. HEX triplet: F1, 64 and 57. RGB value is (241,100,87). Sum of RGB (Red+Green+Blue) = 241+100+87=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F16457 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16457 is #0E9BA8. Grayscale: #8C8C8C. Windows color (decimal): -957353 or 5727473. OLE color: 5727473.

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

Color convert

RGB 241 100 87 -
CMYK 0 0.59 0.64 0.05
HSL 5.06º 0.85% 0.64% -
HSV(B) 5.06º 0.64% 0.95% -
XYZ 42.55 28.5 12.28 -
YUV 140.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 241 100 87 0 0.59 0.64 0.05 5.06 0.85 0.64
Hex F1 64 57 0 3B 40 5 5 55 40
Octal 361 144 127 0 73 100 5 5 125 100
Binary 11110001 1100100 1010111 0 111011 1000000 101 101 1010101 1000000

Color Harmonies of #F16457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16457

Black with #F16457

Text Example


Text Example

White with #F16457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16457; }

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

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

background-color css

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

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

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

border-color css

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

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

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