Html Css Color HEX #F15A50 Flamingo

📋 copy color: '#F15A50'

red 241 ◦ green 90 ◦ blue 80

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

Shades of Flamingo #F15A50

Tints of Flamingo #F15A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 58.64%
G = 21.9%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F15A50 (or 0xF15A50) is known color: Flamingo. HEX triplet: F1, 5A and 50. RGB value is (241,90,80). Sum of RGB (Red+Green+Blue) = 241+90+80=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15A50 is #0EA5AF. Grayscale: #868686. Windows color (decimal): -959920 or 5266161. OLE color: 5266161.

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

Color convert

RGB 241 90 80 -
CMYK 0 0.63 0.67 0.05
HSL 3.73º 0.85% 0.63% -
HSV(B) 3.73º 0.67% 0.95% -
XYZ 41.38 26.59 10.54 -
YUV 134.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 241 90 80 0 0.63 0.67 0.05 3.73 0.85 0.63
Hex F1 5A 50 0 3F 43 5 4 55 3F
Octal 361 132 120 0 77 103 5 4 125 77
Binary 11110001 1011010 1010000 0 111111 1000011 101 100 1010101 111111

Color Harmonies of #F15A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A50

Black with #F15A50

Text Example


Text Example

White with #F15A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A50; }

 p { color: rgb(241,90,80); }

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

background-color css

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

 a { background-color: rgb(241,90,80); }

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

border-color css

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

 span { border-color: rgb(241,90,80); }

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