Html Css Color HEX #F06655 Flamingo

📋 copy color: '#F06655'

red 240 ◦ green 102 ◦ blue 85

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

Shades of Flamingo #F06655

Tints of Flamingo #F06655

RGB

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

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

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

R = 56.21%
G = 23.89%
B = 19.91%

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

#F06655 (or 0xF06655) is known color: Flamingo. HEX triplet: F0, 66 and 55. RGB value is (240,102,85). Sum of RGB (Red+Green+Blue) = 240+102+85=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F06655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06655 is #0F99AA. Grayscale: #8D8D8D. Windows color (decimal): -1022379 or 5596912. OLE color: 5596912.

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

Color convert

RGB 240 102 85 -
CMYK 0 0.58 0.65 0.06
HSL 6.58º 0.84% 0.64% -
HSV(B) 6.58º 0.65% 0.94% -
XYZ 42.33 28.68 11.9 -
YUV 141.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 240 102 85 0 0.58 0.65 0.06 6.58 0.84 0.64
Hex F0 66 55 0 3A 41 6 7 54 40
Octal 360 146 125 0 72 101 6 7 124 100
Binary 11110000 1100110 1010101 0 111010 1000001 110 111 1010100 1000000

Color Harmonies of #F06655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06655

Black with #F06655

Text Example


Text Example

White with #F06655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06655; }

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

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

background-color css

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

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

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

border-color css

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

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

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