Html Css Color HEX #F06555 Flamingo

📋 copy color: '#F06555'

red 240 ◦ green 101 ◦ blue 85

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

Shades of Flamingo #F06555

Tints of Flamingo #F06555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 56.34%
G = 23.71%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06555 (or 0xF06555) is known color: Flamingo. HEX triplet: F0, 65 and 55. RGB value is (240,101,85). Sum of RGB (Red+Green+Blue) = 240+101+85=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06555 is #0F9AAA. Grayscale: #8C8C8C. Windows color (decimal): -1022635 or 5596656. OLE color: 5596656.

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

Color convert

RGB 240 101 85 -
CMYK 0 0.58 0.65 0.06
HSL 6.19º 0.84% 0.64% -
HSV(B) 6.19º 0.65% 0.94% -
XYZ 42.23 28.49 11.87 -
YUV 140.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 240 101 85 0 0.58 0.65 0.06 6.19 0.84 0.64
Hex F0 65 55 0 3A 41 6 6 54 40
Octal 360 145 125 0 72 101 6 6 124 100
Binary 11110000 1100101 1010101 0 111010 1000001 110 110 1010100 1000000

Color Harmonies of #F06555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06555

Black with #F06555

Text Example


Text Example

White with #F06555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06555; }

 p { color: rgb(240,101,85); }

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

background-color css

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

 a { background-color: rgb(240,101,85); }

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

border-color css

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

 span { border-color: rgb(240,101,85); }

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