Html Css Color HEX #F06350 Flamingo

📋 copy color: '#F06350'

red 240 ◦ green 99 ◦ blue 80

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

Shades of Flamingo #F06350

Tints of Flamingo #F06350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

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

R = 57.28%
G = 23.63%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F06350 (or 0xF06350) is known color: Flamingo. HEX triplet: F0, 63 and 50. RGB value is (240,99,80). Sum of RGB (Red+Green+Blue) = 240+99+80=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F06350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06350 is #0F9CAF. Grayscale: #8B8B8B. Windows color (decimal): -1023152 or 5268464. OLE color: 5268464.

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

Color convert

RGB 240 99 80 -
CMYK 0 0.59 0.67 0.06
HSL 7.13º 0.84% 0.63% -
HSV(B) 7.13º 0.67% 0.94% -
XYZ 41.84 28.03 10.79 -
YUV 138.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 240 99 80 0 0.59 0.67 0.06 7.13 0.84 0.63
Hex F0 63 50 0 3B 43 6 7 54 3F
Octal 360 143 120 0 73 103 6 7 124 77
Binary 11110000 1100011 1010000 0 111011 1000011 110 111 1010100 111111

Color Harmonies of #F06350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06350

Black with #F06350

Text Example


Text Example

White with #F06350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06350; }

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

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

background-color css

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

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

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

border-color css

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

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

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