Html Css Color HEX #F05950 Flamingo

📋 copy color: '#F05950'

red 240 ◦ green 89 ◦ blue 80

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

Shades of Flamingo #F05950

Tints of Flamingo #F05950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 58.68%
G = 21.76%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F05950 (or 0xF05950) is known color: Flamingo. HEX triplet: F0, 59 and 50. RGB value is (240,89,80). Sum of RGB (Red+Green+Blue) = 240+89+80=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F05950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05950 is #0FA6AF. Grayscale: #858585. Windows color (decimal): -1025712 or 5265904. OLE color: 5265904.

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

Color convert

RGB 240 89 80 -
CMYK 0 0.63 0.67 0.06
HSL 3.38º 0.84% 0.63% -
HSV(B) 3.38º 0.67% 0.94% -
XYZ 40.96 26.25 10.5 -
YUV 133.12 98.03 204.23 -
System Red Green Blue C M Y K H S L
Decimal 240 89 80 0 0.63 0.67 0.06 3.38 0.84 0.63
Hex F0 59 50 0 3F 43 6 3 54 3F
Octal 360 131 120 0 77 103 6 3 124 77
Binary 11110000 1011001 1010000 0 111111 1000011 110 11 1010100 111111

Color Harmonies of #F05950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05950

Black with #F05950

Text Example


Text Example

White with #F05950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05950; }

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

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

background-color css

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

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

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

border-color css

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

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

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