Html Css Color HEX #F15752 Flamingo

📋 copy color: '#F15752'

red 241 ◦ green 87 ◦ blue 82

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

Shades of Flamingo #F15752

Tints of Flamingo #F15752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 58.78%
G = 21.22%
B = 20%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F15752 (or 0xF15752) is known color: Flamingo. HEX triplet: F1, 57 and 52. RGB value is (241,87,82). Sum of RGB (Red+Green+Blue) = 241+87+82=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15752 is #0EA8AD. Grayscale: #848484. Windows color (decimal): -960686 or 5396465. OLE color: 5396465.

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

Color convert

RGB 241 87 82 -
CMYK 0 0.64 0.66 0.05
HSL 1.89º 0.85% 0.63% -
HSV(B) 1.89º 0.66% 0.95% -
XYZ 41.21 26.13 10.85 -
YUV 132.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 241 87 82 0 0.64 0.66 0.05 1.89 0.85 0.63
Hex F1 57 52 0 40 42 5 2 55 3F
Octal 361 127 122 0 100 102 5 2 125 77
Binary 11110001 1010111 1010010 0 1000000 1000010 101 10 1010101 111111

Color Harmonies of #F15752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15752

Black with #F15752

Text Example


Text Example

White with #F15752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15752; }

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

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

background-color css

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

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

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

border-color css

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

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

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