Html Css Color HEX #F05D54 Flamingo

📋 copy color: '#F05D54'

red 240 ◦ green 93 ◦ blue 84

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

Shades of Flamingo #F05D54

Tints of Flamingo #F05D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

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

R = 57.55%
G = 22.3%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05D54 (or 0xF05D54) is known color: Flamingo. HEX triplet: F0, 5D and 54. RGB value is (240,93,84). Sum of RGB (Red+Green+Blue) = 240+93+84=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05D54 is #0FA2AB. Grayscale: #888888. Windows color (decimal): -1024684 or 5529072. OLE color: 5529072.

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

Color convert

RGB 240 93 84 -
CMYK 0 0.61 0.65 0.06
HSL 3.46º 0.84% 0.64% -
HSV(B) 3.46º 0.65% 0.94% -
XYZ 41.45 26.99 11.41 -
YUV 135.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 240 93 84 0 0.61 0.65 0.06 3.46 0.84 0.64
Hex F0 5D 54 0 3D 41 6 3 54 40
Octal 360 135 124 0 75 101 6 3 124 100
Binary 11110000 1011101 1010100 0 111101 1000001 110 11 1010100 1000000

Color Harmonies of #F05D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D54

Black with #F05D54

Text Example


Text Example

White with #F05D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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