Html Css Color HEX #F05F54 Flamingo

📋 copy color: '#F05F54'

red 240 ◦ green 95 ◦ blue 84

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

Shades of Flamingo #F05F54

Tints of Flamingo #F05F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

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

R = 57.28%
G = 22.67%
B = 20.05%

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

#F05F54 (or 0xF05F54) is known color: Flamingo. HEX triplet: F0, 5F and 54. RGB value is (240,95,84). Sum of RGB (Red+Green+Blue) = 240+95+84=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F54 is #0FA0AB. Grayscale: #898989. Windows color (decimal): -1024172 or 5529584. OLE color: 5529584.

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

Color convert

RGB 240 95 84 -
CMYK 0 0.60 0.65 0.06
HSL 4.23º 0.84% 0.64% -
HSV(B) 4.23º 0.65% 0.94% -
XYZ 41.63 27.35 11.47 -
YUV 137.1 98.04 201.39 -
System Red Green Blue C M Y K H S L
Decimal 240 95 84 0 0.60 0.65 0.06 4.23 0.84 0.64
Hex F0 5F 54 0 3C 41 6 4 54 40
Octal 360 137 124 0 74 101 6 4 124 100
Binary 11110000 1011111 1010100 0 111100 1000001 110 100 1010100 1000000

Color Harmonies of #F05F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F54

Black with #F05F54

Text Example


Text Example

White with #F05F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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