Html Css Color HEX #F15851 Flamingo

📋 copy color: '#F15851'

red 241 ◦ green 88 ◦ blue 81

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

Shades of Flamingo #F15851

Tints of Flamingo #F15851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.76%

R = 58.78%
G = 21.46%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F15851 (or 0xF15851) is known color: Flamingo. HEX triplet: F1, 58 and 51. RGB value is (241,88,81). Sum of RGB (Red+Green+Blue) = 241+88+81=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15851 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15851 is #0EA7AE. Grayscale: #858585. Windows color (decimal): -960431 or 5331185. OLE color: 5331185.

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

Color convert

RGB 241 88 81 -
CMYK 0 0.63 0.66 0.05
HSL 2.63º 0.85% 0.63% -
HSV(B) 2.63º 0.66% 0.95% -
XYZ 41.25 26.27 10.68 -
YUV 132.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 241 88 81 0 0.63 0.66 0.05 2.63 0.85 0.63
Hex F1 58 51 0 3F 42 5 3 55 3F
Octal 361 130 121 0 77 102 5 3 125 77
Binary 11110001 1011000 1010001 0 111111 1000010 101 11 1010101 111111

Color Harmonies of #F15851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15851

Black with #F15851

Text Example


Text Example

White with #F15851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15851; }

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

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

background-color css

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

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

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

border-color css

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

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

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