Html Css Color HEX #F05853 Flamingo

📋 copy color: '#F05853'

red 240 ◦ green 88 ◦ blue 83

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

Shades of Flamingo #F05853

Tints of Flamingo #F05853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

 BLUE value IS 83 (32.81% from 255) = 20.19%

R = 58.39%
G = 21.41%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F05853 (or 0xF05853) is known color: Flamingo. HEX triplet: F0, 58 and 53. RGB value is (240,88,83). Sum of RGB (Red+Green+Blue) = 240+88+83=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F05853 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05853 is #0FA7AC. Grayscale: #858585. Windows color (decimal): -1025965 or 5462256. OLE color: 5462256.

HSL color Cylindrical-coordinate representation of color #F05853: hue angle of 1.91º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05853 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 88 83 -
CMYK 0 0.63 0.65 0.06
HSL 1.91º 0.84% 0.63% -
HSV(B) 1.91º 0.65% 0.94% -
XYZ 40.99 26.13 11.07 -
YUV 132.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 240 88 83 0 0.63 0.65 0.06 1.91 0.84 0.63
Hex F0 58 53 0 3F 41 6 2 54 3F
Octal 360 130 123 0 77 101 6 2 124 77
Binary 11110000 1011000 1010011 0 111111 1000001 110 10 1010100 111111

Color Harmonies of #F05853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05853

Black with #F05853

Text Example


Text Example

White with #F05853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05853; }

 p { color: rgb(240,88,83); }

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

background-color css

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

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

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

border-color css

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

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

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