Html Css Color HEX #F15955 Flamingo

📋 copy color: '#F15955'

red 241 ◦ green 89 ◦ blue 85

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

Shades of Flamingo #F15955

Tints of Flamingo #F15955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.45%

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 58.07%
G = 21.45%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F15955 (or 0xF15955) is known color: Flamingo. HEX triplet: F1, 59 and 55. RGB value is (241,89,85). Sum of RGB (Red+Green+Blue) = 241+89+85=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F15955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15955 is #0EA6AA. Grayscale: #868686. Windows color (decimal): -960171 or 5593585. OLE color: 5593585.

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

Color convert

RGB 241 89 85 -
CMYK 0 0.63 0.65 0.05
HSL 1.54º 0.85% 0.64% -
HSV(B) 1.54º 0.65% 0.95% -
XYZ 41.49 26.5 11.52 -
YUV 133.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 241 89 85 0 0.63 0.65 0.05 1.54 0.85 0.64
Hex F1 59 55 0 3F 41 5 2 55 40
Octal 361 131 125 0 77 101 5 2 125 100
Binary 11110001 1011001 1010101 0 111111 1000001 101 10 1010101 1000000

Color Harmonies of #F15955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15955

Black with #F15955

Text Example


Text Example

White with #F15955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15955; }

 p { color: rgb(241,89,85); }

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

background-color css

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

 a { background-color: rgb(241,89,85); }

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

border-color css

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

 span { border-color: rgb(241,89,85); }

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