Html Css Color HEX #F06156 Flamingo

📋 copy color: '#F06156'

red 240 ◦ green 97 ◦ blue 86

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

Shades of Flamingo #F06156

Tints of Flamingo #F06156

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 97 (38.28% from 255) = 22.93%

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 56.74%
G = 22.93%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F06156 (or 0xF06156) is known color: Flamingo. HEX triplet: F0, 61 and 56. RGB value is (240,97,86). Sum of RGB (Red+Green+Blue) = 240+97+86=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06156 is #0F9EA9. Grayscale: #8A8A8A. Windows color (decimal): -1023658 or 5661168. OLE color: 5661168.

HSL color Cylindrical-coordinate representation of color #F06156: hue angle of 4.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F06156 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 86 -
CMYK 0 0.60 0.64 0.06
HSL 4.29º 0.84% 0.64% -
HSV(B) 4.29º 0.64% 0.94% -
XYZ 41.89 27.75 11.95 -
YUV 138.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 240 97 86 0 0.60 0.64 0.06 4.29 0.84 0.64
Hex F0 61 56 0 3C 40 6 4 54 40
Octal 360 141 126 0 74 100 6 4 124 100
Binary 11110000 1100001 1010110 0 111100 1000000 110 100 1010100 1000000

Color Harmonies of #F06156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06156

Black with #F06156

Text Example


Text Example

White with #F06156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06156; }

 p { color: rgb(240,97,86); }

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

background-color css

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

 a { background-color: rgb(240,97,86); }

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

border-color css

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

 span { border-color: rgb(240,97,86); }

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