Html Css Color HEX #F06750 Flamingo

📋 copy color: '#F06750'

red 240 ◦ green 103 ◦ blue 80

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

Shades of Flamingo #F06750

Tints of Flamingo #F06750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

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

R = 56.74%
G = 24.35%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F06750 (or 0xF06750) is known color: Flamingo. HEX triplet: F0, 67 and 50. RGB value is (240,103,80). Sum of RGB (Red+Green+Blue) = 240+103+80=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06750 is #0F98AF. Grayscale: #8D8D8D. Windows color (decimal): -1022128 or 5269488. OLE color: 5269488.

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

Color convert

RGB 240 103 80 -
CMYK 0 0.57 0.67 0.06
HSL 8.63º 0.84% 0.63% -
HSV(B) 8.63º 0.67% 0.94% -
XYZ 42.23 28.8 10.92 -
YUV 141.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 240 103 80 0 0.57 0.67 0.06 8.63 0.84 0.63
Hex F0 67 50 0 39 43 6 9 54 3F
Octal 360 147 120 0 71 103 6 11 124 77
Binary 11110000 1100111 1010000 0 111001 1000011 110 1001 1010100 111111

Color Harmonies of #F06750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06750

Black with #F06750

Text Example


Text Example

White with #F06750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06750; }

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

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

background-color css

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

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

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

border-color css

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

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

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