Html Css Color HEX #F15653 Flamingo

📋 copy color: '#F15653'

red 241 ◦ green 86 ◦ blue 83

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

Shades of Flamingo #F15653

Tints of Flamingo #F15653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

 BLUE value IS 83 (32.81% from 255) = 20.24%

R = 58.78%
G = 20.98%
B = 20.24%

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

#F15653 (or 0xF15653) is known color: Flamingo. HEX triplet: F1, 56 and 53. RGB value is (241,86,83). Sum of RGB (Red+Green+Blue) = 241+86+83=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15653 is #0EA9AC. Grayscale: #848484. Windows color (decimal): -960941 or 5461745. OLE color: 5461745.

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

Color convert

RGB 241 86 83 -
CMYK 0 0.64 0.66 0.05
HSL 1.14º 0.85% 0.64% -
HSV(B) 1.14º 0.66% 0.95% -
XYZ 41.16 25.98 11.03 -
YUV 132 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 241 86 83 0 0.64 0.66 0.05 1.14 0.85 0.64
Hex F1 56 53 0 40 42 5 1 55 40
Octal 361 126 123 0 100 102 5 1 125 100
Binary 11110001 1010110 1010011 0 1000000 1000010 101 1 1010101 1000000

Color Harmonies of #F15653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15653

Black with #F15653

Text Example


Text Example

White with #F15653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15653; }

 p { color: rgb(241,86,83); }

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

background-color css

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

 a { background-color: rgb(241,86,83); }

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

border-color css

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

 span { border-color: rgb(241,86,83); }

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