Html Css Color HEX #F05555 Flamingo

📋 copy color: '#F05555'

red 240 ◦ green 85 ◦ blue 85

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

Shades of Flamingo #F05555

Tints of Flamingo #F05555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.73%

R = 58.54%
G = 20.73%
B = 20.73%

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

#F05555 (or 0xF05555) is known color: Flamingo. HEX triplet: F0, 55 and 55. RGB value is (240,85,85). Sum of RGB (Red+Green+Blue) = 240+85+85=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F05555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05555 is #0FAAAA. Grayscale: #838383. Windows color (decimal): -1026731 or 5592560. OLE color: 5592560.

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

Color convert

RGB 240 85 85 -
CMYK 0 0.65 0.65 0.06
HSL 0.84% 0.64% -
HSV(B) 0.65% 0.94% -
XYZ 40.82 25.68 11.4 -
YUV 131.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 240 85 85 0 0.65 0.65 0.06 0 0.84 0.64
Hex F0 55 55 0 41 41 6 0 54 40
Octal 360 125 125 0 101 101 6 0 124 100
Binary 11110000 1010101 1010101 0 1000001 1000001 110 0 1010100 1000000

Color Harmonies of #F05555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05555

Black with #F05555

Text Example


Text Example

White with #F05555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05555; }

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

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

background-color css

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

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

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

border-color css

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

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

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