Html Css Color HEX #F15650 Flamingo

📋 copy color: '#F15650'

red 241 ◦ green 86 ◦ blue 80

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

Shades of Flamingo #F15650

Tints of Flamingo #F15650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 59.21%
G = 21.13%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F15650 (or 0xF15650) is known color: Flamingo. HEX triplet: F1, 56 and 50. RGB value is (241,86,80). Sum of RGB (Red+Green+Blue) = 241+86+80=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F15650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15650 is #0EA9AF. Grayscale: #838383. Windows color (decimal): -960944 or 5265137. OLE color: 5265137.

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

Color convert

RGB 241 86 80 -
CMYK 0 0.64 0.67 0.05
HSL 2.24º 0.85% 0.63% -
HSV(B) 2.24º 0.67% 0.95% -
XYZ 41.05 25.94 10.43 -
YUV 131.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 241 86 80 0 0.64 0.67 0.05 2.24 0.85 0.63
Hex F1 56 50 0 40 43 5 2 55 3F
Octal 361 126 120 0 100 103 5 2 125 77
Binary 11110001 1010110 1010000 0 1000000 1000011 101 10 1010101 111111

Color Harmonies of #F15650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15650

Black with #F15650

Text Example


Text Example

White with #F15650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15650; }

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

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

background-color css

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

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

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

border-color css

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

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

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