Html Css Color HEX #F06251 Flamingo

📋 copy color: '#F06251'

red 240 ◦ green 98 ◦ blue 81

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

Shades of Flamingo #F06251

Tints of Flamingo #F06251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.39%

 BLUE value IS 81 (32.03% from 255) = 19.33%

R = 57.28%
G = 23.39%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F06251 (or 0xF06251) is known color: Flamingo. HEX triplet: F0, 62 and 51. RGB value is (240,98,81). Sum of RGB (Red+Green+Blue) = 240+98+81=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F06251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06251 is #0F9DAE. Grayscale: #8A8A8A. Windows color (decimal): -1023407 or 5333744. OLE color: 5333744.

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

Color convert

RGB 240 98 81 -
CMYK 0 0.59 0.66 0.06
HSL 6.42º 0.84% 0.63% -
HSV(B) 6.42º 0.66% 0.94% -
XYZ 41.79 27.85 10.96 -
YUV 138.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 240 98 81 0 0.59 0.66 0.06 6.42 0.84 0.63
Hex F0 62 51 0 3B 42 6 6 54 3F
Octal 360 142 121 0 73 102 6 6 124 77
Binary 11110000 1100010 1010001 0 111011 1000010 110 110 1010100 111111

Color Harmonies of #F06251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06251

Black with #F06251

Text Example


Text Example

White with #F06251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06251; }

 p { color: rgb(240,98,81); }

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

background-color css

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

 a { background-color: rgb(240,98,81); }

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

border-color css

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

 span { border-color: rgb(240,98,81); }

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