Html Css Color HEX #F15D4F Flamingo

📋 copy color: '#F15D4F'

red 241 ◦ green 93 ◦ blue 79

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

Shades of Flamingo #F15D4F

Tints of Flamingo #F15D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 58.35%
G = 22.52%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F15D4F (or 0xF15D4F) is known color: Flamingo. HEX triplet: F1, 5D and 4F. RGB value is (241,93,79). Sum of RGB (Red+Green+Blue) = 241+93+79=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D4F is #0EA2B0. Grayscale: #878787. Windows color (decimal): -959153 or 5201393. OLE color: 5201393.

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

Color convert

RGB 241 93 79 -
CMYK 0 0.61 0.67 0.05
HSL 5.19º 0.85% 0.63% -
HSV(B) 5.19º 0.67% 0.95% -
XYZ 41.6 27.09 10.43 -
YUV 135.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 241 93 79 0 0.61 0.67 0.05 5.19 0.85 0.63
Hex F1 5D 4F 0 3D 43 5 5 55 3F
Octal 361 135 117 0 75 103 5 5 125 77
Binary 11110001 1011101 1001111 0 111101 1000011 101 101 1010101 111111

Color Harmonies of #F15D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D4F

Black with #F15D4F

Text Example


Text Example

White with #F15D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D4F; }

 p { color: rgb(241,93,79); }

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

background-color css

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

 a { background-color: rgb(241,93,79); }

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

border-color css

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

 span { border-color: rgb(241,93,79); }

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