Html Css Color HEX #F15856 Flamingo

📋 copy color: '#F15856'

red 241 ◦ green 88 ◦ blue 86

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

Shades of Flamingo #F15856

Tints of Flamingo #F15856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.72%

R = 58.07%
G = 21.2%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F15856 (or 0xF15856) is known color: Flamingo. HEX triplet: F1, 58 and 56. RGB value is (241,88,86). Sum of RGB (Red+Green+Blue) = 241+88+86=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F15856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15856 is #0EA7A9. Grayscale: #858585. Windows color (decimal): -960426 or 5658865. OLE color: 5658865.

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

Color convert

RGB 241 88 86 -
CMYK 0 0.63 0.64 0.05
HSL 0.77º 0.85% 0.64% -
HSV(B) 0.77º 0.64% 0.95% -
XYZ 41.45 26.35 11.71 -
YUV 133.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 241 88 86 0 0.63 0.64 0.05 0.77 0.85 0.64
Hex F1 58 56 0 3F 40 5 1 55 40
Octal 361 130 126 0 77 100 5 1 125 100
Binary 11110001 1011000 1010110 0 111111 1000000 101 1 1010101 1000000

Color Harmonies of #F15856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15856

Black with #F15856

Text Example


Text Example

White with #F15856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15856; }

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

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

background-color css

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

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

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

border-color css

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

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

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