Html Css Color HEX #F06656 Flamingo

📋 copy color: '#F06656'

red 240 ◦ green 102 ◦ blue 86

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

Shades of Flamingo #F06656

Tints of Flamingo #F06656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 56.07%
G = 23.83%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F06656 (or 0xF06656) is known color: Flamingo. HEX triplet: F0, 66 and 56. RGB value is (240,102,86). Sum of RGB (Red+Green+Blue) = 240+102+86=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F06656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06656 is #0F99A9. Grayscale: #8D8D8D. Windows color (decimal): -1022378 or 5662448. OLE color: 5662448.

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

Color convert

RGB 240 102 86 -
CMYK 0 0.58 0.64 0.06
HSL 6.23º 0.84% 0.64% -
HSV(B) 6.23º 0.64% 0.94% -
XYZ 42.37 28.7 12.11 -
YUV 141.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 240 102 86 0 0.58 0.64 0.06 6.23 0.84 0.64
Hex F0 66 56 0 3A 40 6 6 54 40
Octal 360 146 126 0 72 100 6 6 124 100
Binary 11110000 1100110 1010110 0 111010 1000000 110 110 1010100 1000000

Color Harmonies of #F06656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06656

Black with #F06656

Text Example


Text Example

White with #F06656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06656; }

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

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

background-color css

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

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

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

border-color css

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

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

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