Html Css Color HEX #F15D52 Flamingo

📋 copy color: '#F15D52'

red 241 ◦ green 93 ◦ blue 82

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

Shades of Flamingo #F15D52

Tints of Flamingo #F15D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 57.93%
G = 22.36%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F15D52 (or 0xF15D52) is known color: Flamingo. HEX triplet: F1, 5D and 52. RGB value is (241,93,82). Sum of RGB (Red+Green+Blue) = 241+93+82=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D52 is #0EA2AD. Grayscale: #888888. Windows color (decimal): -959150 or 5398001. OLE color: 5398001.

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

Color convert

RGB 241 93 82 -
CMYK 0 0.61 0.66 0.05
HSL 4.15º 0.85% 0.63% -
HSV(B) 4.15º 0.66% 0.95% -
XYZ 41.71 27.14 11.02 -
YUV 136 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 241 93 82 0 0.61 0.66 0.05 4.15 0.85 0.63
Hex F1 5D 52 0 3D 42 5 4 55 3F
Octal 361 135 122 0 75 102 5 4 125 77
Binary 11110001 1011101 1010010 0 111101 1000010 101 100 1010101 111111

Color Harmonies of #F15D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D52

Black with #F15D52

Text Example


Text Example

White with #F15D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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