Html Css Color HEX #F06456 Flamingo

📋 copy color: '#F06456'

red 240 ◦ green 100 ◦ blue 86

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

Shades of Flamingo #F06456

Tints of Flamingo #F06456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 56.34%
G = 23.47%
B = 20.19%

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

#F06456 (or 0xF06456) is known color: Flamingo. HEX triplet: F0, 64 and 56. RGB value is (240,100,86). Sum of RGB (Red+Green+Blue) = 240+100+86=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06456 is #0F9BA9. Grayscale: #8C8C8C. Windows color (decimal): -1022890 or 5661936. OLE color: 5661936.

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

Color convert

RGB 240 100 86 -
CMYK 0 0.58 0.64 0.06
HSL 5.45º 0.84% 0.64% -
HSV(B) 5.45º 0.64% 0.94% -
XYZ 42.17 28.31 12.05 -
YUV 140.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 240 100 86 0 0.58 0.64 0.06 5.45 0.84 0.64
Hex F0 64 56 0 3A 40 6 5 54 40
Octal 360 144 126 0 72 100 6 5 124 100
Binary 11110000 1100100 1010110 0 111010 1000000 110 101 1010100 1000000

Color Harmonies of #F06456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06456

Black with #F06456

Text Example


Text Example

White with #F06456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06456; }

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

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

background-color css

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

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

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

border-color css

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

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

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