Html Css Color HEX #F06154 Flamingo

📋 copy color: '#F06154'

red 240 ◦ green 97 ◦ blue 84

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

Shades of Flamingo #F06154

Tints of Flamingo #F06154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.95%

R = 57.01%
G = 23.04%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06154 (or 0xF06154) is known color: Flamingo. HEX triplet: F0, 61 and 54. RGB value is (240,97,84). Sum of RGB (Red+Green+Blue) = 240+97+84=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F06154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06154 is #0F9EAB. Grayscale: #8A8A8A. Windows color (decimal): -1023660 or 5530096. OLE color: 5530096.

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

Color convert

RGB 240 97 84 -
CMYK 0 0.60 0.65 0.06
HSL 0.84% 0.64% -
HSV(B) 0.65% 0.94% -
XYZ 41.81 27.71 11.53 -
YUV 138.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 240 97 84 0 0.60 0.65 0.06 5 0.84 0.64
Hex F0 61 54 0 3C 41 6 5 54 40
Octal 360 141 124 0 74 101 6 5 124 100
Binary 11110000 1100001 1010100 0 111100 1000001 110 101 1010100 1000000

Color Harmonies of #F06154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06154

Black with #F06154

Text Example


Text Example

White with #F06154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06154; }

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

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

background-color css

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

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

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

border-color css

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

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

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