Html Css Color HEX #F0BF9E Negroni

📋 copy color: '#F0BF9E'

red 240 ◦ green 191 ◦ blue 158

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

Shades of Negroni #F0BF9E

Tints of Negroni #F0BF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 32.43%

 BLUE value IS 158 (62.11% from 255) = 26.83%

R = 40.75%
G = 32.43%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0BF9E (or 0xF0BF9E) is known color: Negroni. HEX triplet: F0, BF and 9E. RGB value is (240,191,158). Sum of RGB (Red+Green+Blue) = 240+191+158=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF9E is #0F4061. Grayscale: #CACACA. Windows color (decimal): -999522 or 10403824. OLE color: 10403824.

HSL color Cylindrical-coordinate representation of color #F0BF9E: hue angle of 24.15º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0BF9E is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 158 -
CMYK 0 0.20 0.34 0.06
HSL 24.15º 0.73% 0.78% -
HSV(B) 24.15º 0.34% 0.94% -
XYZ 60.74 58.26 40.39 -
YUV 201.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 240 191 158 0 0.20 0.34 0.06 24.15 0.73 0.78
Hex F0 BF 9E 0 14 22 6 18 49 4E
Octal 360 277 236 0 24 42 6 30 111 116
Binary 11110000 10111111 10011110 0 10100 100010 110 11000 1001001 1001110

Color Harmonies of #F0BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF9E

Black with #F0BF9E

Text Example


Text Example

White with #F0BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF9E; }

 p { color: rgb(240,191,158); }

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

background-color css

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

 a { background-color: rgb(240,191,158); }

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

border-color css

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

 span { border-color: rgb(240,191,158); }

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