Html Css Color HEX #F15E5A Flamingo

📋 copy color: '#F15E5A'

red 241 ◦ green 94 ◦ blue 90

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

Shades of Flamingo #F15E5A

Tints of Flamingo #F15E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 56.71%
G = 22.12%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F15E5A (or 0xF15E5A) is known color: Flamingo. HEX triplet: F1, 5E and 5A. RGB value is (241,94,90). Sum of RGB (Red+Green+Blue) = 241+94+90=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15E5A is #0EA1A5. Grayscale: #898989. Windows color (decimal): -958886 or 5922545. OLE color: 5922545.

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

Color convert

RGB 241 94 90 -
CMYK 0 0.61 0.63 0.05
HSL 1.59º 0.84% 0.65% -
HSV(B) 1.59º 0.63% 0.95% -
XYZ 42.12 27.44 12.75 -
YUV 137.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 241 94 90 0 0.61 0.63 0.05 1.59 0.84 0.65
Hex F1 5E 5A 0 3D 3F 5 2 54 41
Octal 361 136 132 0 75 77 5 2 124 101
Binary 11110001 1011110 1011010 0 111101 111111 101 10 1010100 1000001

Color Harmonies of #F15E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E5A

Black with #F15E5A

Text Example


Text Example

White with #F15E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E5A; }

 p { color: rgb(241,94,90); }

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

background-color css

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

 a { background-color: rgb(241,94,90); }

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

border-color css

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

 span { border-color: rgb(241,94,90); }

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