Html Css Color HEX #F15850 Flamingo

📋 copy color: '#F15850'

red 241 ◦ green 88 ◦ blue 80

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

Shades of Flamingo #F15850

Tints of Flamingo #F15850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 58.92%
G = 21.52%
B = 19.56%

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

#F15850 (or 0xF15850) is known color: Flamingo. HEX triplet: F1, 58 and 50. RGB value is (241,88,80). Sum of RGB (Red+Green+Blue) = 241+88+80=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F15850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15850 is #0EA7AF. Grayscale: #858585. Windows color (decimal): -960432 or 5265649. OLE color: 5265649.

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

Color convert

RGB 241 88 80 -
CMYK 0 0.63 0.67 0.05
HSL 2.98º 0.85% 0.63% -
HSV(B) 2.98º 0.67% 0.95% -
XYZ 41.21 26.26 10.49 -
YUV 132.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 241 88 80 0 0.63 0.67 0.05 2.98 0.85 0.63
Hex F1 58 50 0 3F 43 5 3 55 3F
Octal 361 130 120 0 77 103 5 3 125 77
Binary 11110001 1011000 1010000 0 111111 1000011 101 11 1010101 111111

Color Harmonies of #F15850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15850

Black with #F15850

Text Example


Text Example

White with #F15850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15850; }

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

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

background-color css

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

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

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

border-color css

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

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

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