Html Css Color HEX #F06150 Flamingo

📋 copy color: '#F06150'

red 240 ◦ green 97 ◦ blue 80

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

Shades of Flamingo #F06150

Tints of Flamingo #F06150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 57.55%
G = 23.26%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F06150 (or 0xF06150) is known color: Flamingo. HEX triplet: F0, 61 and 50. RGB value is (240,97,80). Sum of RGB (Red+Green+Blue) = 240+97+80=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F06150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06150 is #0F9EAF. Grayscale: #8A8A8A. Windows color (decimal): -1023664 or 5267952. OLE color: 5267952.

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

Color convert

RGB 240 97 80 -
CMYK 0 0.60 0.67 0.06
HSL 6.38º 0.84% 0.63% -
HSV(B) 6.38º 0.67% 0.94% -
XYZ 41.66 27.65 10.73 -
YUV 137.82 95.38 200.88 -
System Red Green Blue C M Y K H S L
Decimal 240 97 80 0 0.60 0.67 0.06 6.38 0.84 0.63
Hex F0 61 50 0 3C 43 6 6 54 3F
Octal 360 141 120 0 74 103 6 6 124 77
Binary 11110000 1100001 1010000 0 111100 1000011 110 110 1010100 111111

Color Harmonies of #F06150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06150

Black with #F06150

Text Example


Text Example

White with #F06150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06150; }

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

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

background-color css

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

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

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

border-color css

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

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

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