Html Css Color HEX #F05953 Flamingo

📋 copy color: '#F05953'

red 240 ◦ green 89 ◦ blue 83

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

Shades of Flamingo #F05953

Tints of Flamingo #F05953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

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

R = 58.25%
G = 21.6%
B = 20.15%

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

#F05953 (or 0xF05953) is known color: Flamingo. HEX triplet: F0, 59 and 53. RGB value is (240,89,83). Sum of RGB (Red+Green+Blue) = 240+89+83=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F05953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05953 is #0FA6AC. Grayscale: #858585. Windows color (decimal): -1025709 or 5462512. OLE color: 5462512.

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

Color convert

RGB 240 89 83 -
CMYK 0 0.63 0.65 0.06
HSL 2.29º 0.84% 0.63% -
HSV(B) 2.29º 0.65% 0.94% -
XYZ 41.07 26.29 11.09 -
YUV 133.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 240 89 83 0 0.63 0.65 0.06 2.29 0.84 0.63
Hex F0 59 53 0 3F 41 6 2 54 3F
Octal 360 131 123 0 77 101 6 2 124 77
Binary 11110000 1011001 1010011 0 111111 1000001 110 10 1010100 111111

Color Harmonies of #F05953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05953

Black with #F05953

Text Example


Text Example

White with #F05953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05953; }

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

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

background-color css

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

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

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

border-color css

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

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

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