Html Css Color HEX #F06454 Flamingo

📋 copy color: '#F06454'

red 240 ◦ green 100 ◦ blue 84

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

Shades of Flamingo #F06454

Tints of Flamingo #F06454

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

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

R = 56.6%
G = 23.58%
B = 19.81%

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

#F06454 (or 0xF06454) is known color: Flamingo. HEX triplet: F0, 64 and 54. RGB value is (240,100,84). Sum of RGB (Red+Green+Blue) = 240+100+84=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 84 (33.20% from 255 or 19.81% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06454 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06454 is #0F9BAB. Grayscale: #8C8C8C. Windows color (decimal): -1022892 or 5530864. OLE color: 5530864.

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

Color convert

RGB 240 100 84 -
CMYK 0 0.58 0.65 0.06
HSL 6.15º 0.84% 0.64% -
HSV(B) 6.15º 0.65% 0.94% -
XYZ 42.09 28.28 11.63 -
YUV 140.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 240 100 84 0 0.58 0.65 0.06 6.15 0.84 0.64
Hex F0 64 54 0 3A 41 6 6 54 40
Octal 360 144 124 0 72 101 6 6 124 100
Binary 11110000 1100100 1010100 0 111010 1000001 110 110 1010100 1000000

Color Harmonies of #F06454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06454

Black with #F06454

Text Example


Text Example

White with #F06454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06454; }

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

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

background-color css

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

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

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

border-color css

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

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

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