Html Css Color HEX #F05554 Flamingo

📋 copy color: '#F05554'

red 240 ◦ green 85 ◦ blue 84

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

Shades of Flamingo #F05554

Tints of Flamingo #F05554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

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

R = 58.68%
G = 20.78%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05554 (or 0xF05554) is known color: Flamingo. HEX triplet: F0, 55 and 54. RGB value is (240,85,84). Sum of RGB (Red+Green+Blue) = 240+85+84=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F05554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05554 is #0FAAAB. Grayscale: #838383. Windows color (decimal): -1026732 or 5527024. OLE color: 5527024.

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

Color convert

RGB 240 85 84 -
CMYK 0 0.65 0.65 0.06
HSL 0.38º 0.84% 0.64% -
HSV(B) 0.38º 0.65% 0.94% -
XYZ 40.78 25.66 11.19 -
YUV 131.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 240 85 84 0 0.65 0.65 0.06 0.38 0.84 0.64
Hex F0 55 54 0 41 41 6 0 54 40
Octal 360 125 124 0 101 101 6 0 124 100
Binary 11110000 1010101 1010100 0 1000001 1000001 110 0 1010100 1000000

Color Harmonies of #F05554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05554

Black with #F05554

Text Example


Text Example

White with #F05554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05554; }

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

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

background-color css

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

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

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

border-color css

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

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

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