Html Css Color HEX #F3C0A3 Negroni

📋 copy color: '#F3C0A3'

red 243 ◦ green 192 ◦ blue 163

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

Shades of Negroni #F3C0A3

Tints of Negroni #F3C0A3

RGB

 RED value IS 243 (95.31% from 255) = 40.64%

 GREEN value IS 192 (75.39% from 255) = 32.11%

 BLUE value IS 163 (64.06% from 255) = 27.26%

R = 40.64%
G = 32.11%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F3C0A3 (or 0xF3C0A3) is known color: Negroni. HEX triplet: F3, C0 and A3. RGB value is (243,192,163). Sum of RGB (Red+Green+Blue) = 243+192+163=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 163 (64.06% from 255 or 27.26% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C0A3 is #0C3F5C. Grayscale: #CCCCCC. Windows color (decimal): -802653 or 10731763. OLE color: 10731763.

HSL color Cylindrical-coordinate representation of color #F3C0A3: hue angle of 21.75º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3C0A3 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 192 163 -
CMYK 0 0.21 0.33 0.05
HSL 21.75º 0.77% 0.8% -
HSV(B) 21.75º 0.33% 0.95% -
XYZ 62.42 59.4 42.83 -
YUV 203.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 243 192 163 0 0.21 0.33 0.05 21.75 0.77 0.8
Hex F3 C0 A3 0 15 21 5 16 4D 50
Octal 363 300 243 0 25 41 5 26 115 120
Binary 11110011 11000000 10100011 0 10101 100001 101 10110 1001101 1010000

Color Harmonies of #F3C0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0A3

Black with #F3C0A3

Text Example


Text Example

White with #F3C0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0A3; }

 p { color: rgb(243,192,163); }

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

background-color css

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

 a { background-color: rgb(243,192,163); }

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

border-color css

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

 span { border-color: rgb(243,192,163); }

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