Html Css Color HEX #F06054 Flamingo

📋 copy color: '#F06054'

red 240 ◦ green 96 ◦ blue 84

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

Shades of Flamingo #F06054

Tints of Flamingo #F06054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.86%

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

R = 57.14%
G = 22.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F06054 (or 0xF06054) is known color: Flamingo. HEX triplet: F0, 60 and 54. RGB value is (240,96,84). Sum of RGB (Red+Green+Blue) = 240+96+84=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F06054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06054 is #0F9FAB. Grayscale: #898989. Windows color (decimal): -1023916 or 5529840. OLE color: 5529840.

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

Color convert

RGB 240 96 84 -
CMYK 0 0.6 0.65 0.06
HSL 4.62º 0.84% 0.64% -
HSV(B) 4.62º 0.65% 0.94% -
XYZ 41.72 27.53 11.5 -
YUV 137.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 240 96 84 0 0.6 0.65 0.06 4.62 0.84 0.64
Hex F0 60 54 0 3C 41 6 5 54 40
Octal 360 140 124 0 74 101 6 5 124 100
Binary 11110000 1100000 1010100 0 111100 1000001 110 101 1010100 1000000

Color Harmonies of #F06054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06054

Black with #F06054

Text Example


Text Example

White with #F06054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06054; }

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

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

background-color css

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

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

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

border-color css

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

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

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